about summary refs log tree commit diff
path: root/bundles/containers/files/etc/init.d
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/containers/files/etc/init.d')
-rw-r--r--bundles/containers/files/etc/init.d/podman-healthcheck11
1 files changed, 0 insertions, 11 deletions
diff --git a/bundles/containers/files/etc/init.d/podman-healthcheck b/bundles/containers/files/etc/init.d/podman-healthcheck
deleted file mode 100644
index 8e12fa4..0000000
--- a/bundles/containers/files/etc/init.d/podman-healthcheck
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/sbin/openrc-run
-
-description="Run podman healthchecks when containers start."
-
-supervisor=supervise-daemon
-command="/bin/podman-healthcheckd"
-
-depend()
-{
-        need localmount
-}