mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-03 12:40:47 +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
|