From 11d7f3da537d8041368018f29cb74e3a02746ad0 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Mon, 13 Jul 2026 14:22:54 +0200 Subject: [PATCH] - fixed description --- data/cleanup.service | 2 +- data/default-config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/cleanup.service b/data/cleanup.service index 6a3290b5..a017ac05 100644 --- a/data/cleanup.service +++ b/data/cleanup.service @@ -1,5 +1,5 @@ [Unit] -Description=Daily Cleanup of Snapper Snapshots +Description=Hourly Cleanup of Snapper Snapshots Documentation=man:snapper(8) man:snapper-configs(5) Requires=dbus.service After=dbus.service diff --git a/data/default-config b/data/default-config index 11f331e2..17fd3557 100644 --- a/data/default-config +++ b/data/default-config @@ -36,7 +36,7 @@ SYNC_ACL="no" BACKGROUND_COMPARISON="yes" -# run daily number cleanup +# run hourly number cleanup NUMBER_CLEANUP="yes" # limit for number cleanup -- 2.47.3