computer-playbook/roles/health-docker/templates/health-docker.service.j2

8 lines
171 B
Plaintext
Raw Normal View History

2022-12-25 13:40:38 +01:00
[Unit]
2022-12-25 13:44:25 +01:00
Description=Checking docker health
2023-05-28 22:17:33 +02:00
OnFailure=systemd-notifier@%n.service
2022-12-25 13:40:38 +01:00
[Service]
Type=oneshot
2023-11-16 15:32:29 +01:00
ExecStart=/bin/bash {{docker_health_check_folder}}health-docker.sh