blob: 8e12fa46a4885a87b52f3a41a18b317864cfd31c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#!/sbin/openrc-run
description="Run podman healthchecks when containers start."
supervisor=supervise-daemon
command="/bin/podman-healthcheckd"
depend()
{
need localmount
}
|