mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
This reduces the chance of a timer executing a time consuming service close to boot, potentially speeding up boot (or at least making `systemd-analyze blame` look better).
10 lines
147 B
SYSTEMD
10 lines
147 B
SYSTEMD
[Unit]
|
|
Description=Clean-up Old Pacman Files
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
Persistent=true
|
|
RandomizedDelaySec=3h
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|