add systemd timer to clean up old Downloads and old temp dirs
This commit is contained in:
parent
0b8d8d0579
commit
7e3c021199
2 changed files with 16 additions and 0 deletions
9
.config/systemd/user/cleanup-homedir.timer
Normal file
9
.config/systemd/user/cleanup-homedir.timer
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Run cleanup-downloads
|
||||
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue