mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-16 23:36:04 +02:00
optimized variable names
This commit is contained in:
@@ -4,4 +4,4 @@ OnFailure=systemd-notifier@%n.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/bash {{docker_health_check_folder}}health-docker.sh
|
||||
ExecStart=/bin/bash {{health_docker_folder}}health-docker.sh
|
||||
|
@@ -2,7 +2,7 @@
|
||||
Description=starts health-docker.service
|
||||
|
||||
[Timer]
|
||||
OnCalendar={{on_calendar_docker_health_check}}
|
||||
OnCalendar={{on_calendar_health_docker}}
|
||||
RandomizedDelaySec={{randomized_delay_sec}}
|
||||
Persistent=false
|
||||
|
||||
|
Reference in New Issue
Block a user