2021-07-09 10:39:27 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Clean Up Homedir
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/bin/find /home/kunsi/Downloads/ -mtime +30 -delete
|
|
|
|
ExecStart=/usr/bin/find /home/kunsi -maxdepth 1 -type d -iname 'tmp.*' -mtime +30 -exec rm -r {} \;
|
2021-07-15 17:02:04 +00:00
|
|
|
ExecStart=/usr/bin/find /home/kunsi -maxdepth 1 -iname 'screenshot_*' -mtime +30 -delete
|
|
|
|
ExecStart=/usr/bin/find /home/kunsi/Pictures/ -maxdepth 1 -iname 'screenshot_*' -mtime +30 -delete
|
|
|
|
ExecStart=/usr/bin/find /home/kunsi/Downloads/ -maxdepth 1 -iname 'screenshot *' -mtime +30 -delete
|
2021-07-09 10:39:27 +00:00
|
|
|
Type=oneshot
|