[Unit] Description=Purge ancient unused cache files [Service] Type=oneshot ExecStartPre=sh -c 'echo purging %C' ExecStart=find %C -mindepth 1 -atime +182 -print -delete Nice=19 IOSchedulingClass=idle