From 40b5c7d628dee6d2739694b74c3b7d01a8763e91 Mon Sep 17 00:00:00 2001 From: kai Date: Fri, 24 Apr 2026 11:43:39 +0000 Subject: [PATCH] cleanup-temp.timer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cleanup-temp.timer hinzugefügt --- temp-cleanup/systemd/cleanup-temp.timer | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 temp-cleanup/systemd/cleanup-temp.timer diff --git a/temp-cleanup/systemd/cleanup-temp.timer b/temp-cleanup/systemd/cleanup-temp.timer new file mode 100644 index 0000000..1decdca --- /dev/null +++ b/temp-cleanup/systemd/cleanup-temp.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Run Temp Cleanup daily + +[Timer] +OnBootSec=5min +OnUnitActiveSec=24h +Persistent=true + +[Install] +WantedBy=timers.target \ No newline at end of file