mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-16 02:03:02 -07:00
10 lines
142 B
SYSTEMD
10 lines
142 B
SYSTEMD
[Unit]
|
|
Description=Discard unused packages weekly
|
|
|
|
[Timer]
|
|
OnCalendar=weekly
|
|
AccuracySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|