11 lines
167 B
SYSTEMD
11 lines
167 B
SYSTEMD
[Unit]
|
|
Description=Run clear-downloads service once a day
|
|
Requires=clear-downloads.service
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|