Lots of changes

This commit is contained in:
Marko Korhonen 2020-05-06 09:47:03 +03:00
parent fea318ad89
commit 139da63a82
24 changed files with 98 additions and 509 deletions

View file

@ -0,0 +1,6 @@
[Unit]
Description=Removes files older than a week from trash can
[Service]
Type=oneshot
ExecStart=/usr/bin/trash-empty 7

View file

@ -0,0 +1,9 @@
[Unit]
Description=Runs trash-empty.service every hour
[Timer]
OnUnitActiveSec=1h
Unit=trash-empty.service
[Install]
WantedBy=timers.target