mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-25 19:05:13 +00:00
10 lines
160 B
SYSTEMD
10 lines
160 B
SYSTEMD
[Unit]
|
|
Description=Trigger docker-healthcheck periodically
|
|
|
|
[Timer]
|
|
OnUnitInactiveSec=10s
|
|
Unit=docker-healthcheck.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|