mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Renamed health services
This commit is contained in:
		
							
								
								
									
										7
									
								
								roles/health-docker/templates/health-docker.service.j2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								roles/health-docker/templates/health-docker.service.j2
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| [Unit] | ||||
| Description=Checking docker health | ||||
| OnFailure=systemd-notifier@%n.service | ||||
|  | ||||
| [Service] | ||||
| Type=oneshot | ||||
| ExecStart=/bin/bash {{docker_health_check_folder}}health-docker.sh | ||||
							
								
								
									
										10
									
								
								roles/health-docker/templates/health-docker.timer.j2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								roles/health-docker/templates/health-docker.timer.j2
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| [Unit] | ||||
| Description=starts health-docker.service | ||||
|  | ||||
| [Timer] | ||||
| OnCalendar={{on_calendar_docker_health_check}} | ||||
| RandomizedDelaySec={{randomized_delay_sec}} | ||||
| Persistent=false | ||||
|  | ||||
| [Install] | ||||
| WantedBy=timers.target | ||||
		Reference in New Issue
	
	Block a user