Files
dotfiles/dot_config/systemd/user/clear-downloads.timer

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