Initial
This commit is contained in:
14
webcam-cleanup.timer
Normal file
14
webcam-cleanup.timer
Normal 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
|
||||
Reference in New Issue
Block a user