10 lines
144 B
SYSTEMD
10 lines
144 B
SYSTEMD
[Unit]
|
|
Description=Clean up old files in the Launchpadlib cache
|
|
|
|
[Timer]
|
|
OnStartupSec=5min
|
|
OnUnitActiveSec=1d
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|