HOME


Mini Shell 1.0
DIR: /usr/lib/systemd/user/
Upload File :
Current File : //usr/lib/systemd/user/launchpadlib-cache-clean.service
[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