11 lines
152 B
SYSTEMD
11 lines
152 B
SYSTEMD
|
[Unit]
|
||
|
Description=Runs the fileCleaner once each hour
|
||
|
Requires=clean_file.service
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=*-*-* *:0
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|