File: launchpadlib-cache-clean.service

package info (click to toggle)
python-launchpadlib 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,012 kB
  • sloc: xml: 30,995; python: 2,692; makefile: 32; sh: 10
file content (7 lines) | stat: -rw-r--r-- 232 bytes parent folder | download
1
2
3
4
5
6
7
[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