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