Files
webcam-streamer/webcam-cleanup.timer
2024-02-15 15:59:52 +01:00

15 lines
294 B
SYSTEMD

[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