mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
8 lines
189 B
SYSTEMD
8 lines
189 B
SYSTEMD
|
[Unit]
|
||
|
Description=Check docker status
|
||
|
OnFailure=systemd-email@%n.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/bash /home/administrator/scripts/docker-health-check/docker-health-check.sh
|