This commit is contained in:
cpu
2024-02-15 15:59:52 +01:00
parent 734b1a625b
commit bfc50ffc01
5 changed files with 255 additions and 0 deletions

14
webcam-cleanup.timer Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=Reloads webcam-cleanup periodically to delete old video files
[Timer]
Unit=webcam-cleanup.service
# Run on every hour of every day
OnCalendar=*-*-* *:00:00
# Do not execute job if it missed a run due to machine being off
Persistent=false
[Install]
WantedBy=timers.target