8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
9 lines
162 B
Desktop File
9 lines
162 B
Desktop File
[Unit]
|
|
Description=Run docker-healthcheck once
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/opt/kubernetes/helpers/docker-healthcheck
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|