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