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/periodic | |
| 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/periodic')
| -rwxr-xr-x | bundles/containers/files/etc/periodic/15min/podman-healthcheck | 4 | ||||
| -rwxr-xr-x | bundles/containers/files/etc/periodic/weekly/podman-prune | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/bundles/containers/files/etc/periodic/15min/podman-healthcheck b/bundles/containers/files/etc/periodic/15min/podman-healthcheck deleted file mode 100755 index 7aa6d41..0000000 --- a/bundles/containers/files/etc/periodic/15min/podman-healthcheck +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -set -eu -/bin/podman-healthcheck >/dev/null 2>&1 -exit 0 diff --git a/bundles/containers/files/etc/periodic/weekly/podman-prune b/bundles/containers/files/etc/periodic/weekly/podman-prune deleted file mode 100755 index 5715b95..0000000 --- a/bundles/containers/files/etc/periodic/weekly/podman-prune +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -set -eu -/usr/bin/podman system prune --force --all --volumes >/dev/null 2>&1 -exit 0 |