D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
lib
/
systemd
/
user
/
Filename :
launchpadlib-cache-clean.service
back
Copy
[Unit] Description=Clean up old files in the Launchpadlib cache ConditionPathExists=%h/.launchpadlib/api.launchpad.net/cache [Service] Type=oneshot ExecStart=find %h/.launchpadlib/api.launchpad.net/cache -type f -mtime +30 -delete