Add example systemd unit files for prune job
This commit is contained in:
parent
f25619b7e3
commit
db9a20c94d
3 changed files with 39 additions and 2 deletions
9
0x0-prune.timer
Normal file
9
0x0-prune.timer
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Prune 0x0 files
|
||||
|
||||
[Timer]
|
||||
OnCalendar=hourly
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue