Systemd/non-Redhat: Add docker healthcheck script

We do the equivalent of #21727 for systemd systems.

Issue #21731
This commit is contained in:
Justin Santa Barbara
2016-03-03 09:24:21 -05:00
parent 64f1cbaddd
commit dbff0ef67b
4 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Trigger docker-healthcheck periodically
[Timer]
OnUnitInactiveSec=10s
Unit=docker-healthcheck.service
[Install]
WantedBy=multi-user.target