diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-23 14:12:22 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-23 14:12:36 +0100 |
| commit | 4fa05f4c140205450f63337626680c65f2879896 (patch) | |
| tree | 889c0b239eea1e98aa7b2290b1db2028a4cb34aa /bundles/containers/files/etc/init.d | |
| parent | 090a357ef46473e76b0cd0e0e1b013e6080a7360 (diff) | |
replace containers,www with svtree modules equivalents
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/containers/files/etc/init.d')
| -rw-r--r-- | bundles/containers/files/etc/init.d/podman-healthcheck | 11 |
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 -} |