mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-23 16:10:15 +00:00
Since cron is not installed by default, we shouldn't depend on it. Users should have the choice of running a cron-free system without any decrease in functionality. paccache service and timer units stolen from: https://github.com/kylemanna/systemd-utils
10 lines
140 B
SYSTEMD
10 lines
140 B
SYSTEMD
[Unit]
|
|
Description=Clean-up Old Pacman Files
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
AccuracySec=1h
|
|
Persistent=True
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|