forked from kunsi/dotfiles
fixup cleanup-homedir.service
This commit is contained in:
parent
2c60a28c16
commit
88dc4d0d94
1 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,6 @@ 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 {} \;
|
||||
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
|
||||
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
|
||||
Type=oneshot
|
||||
|
|
Loading…
Reference in a new issue