15 lines
294 B
SYSTEMD
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
|