about summary refs log tree commit diff
path: root/bundles/containers/files/etc/periodic
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/containers/files/etc/periodic')
-rwxr-xr-xbundles/containers/files/etc/periodic/15min/podman-healthcheck4
-rwxr-xr-xbundles/containers/files/etc/periodic/weekly/podman-prune4
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