systemd-user/user/autotrash.service

10 lines
145 B
SYSTEMD
Raw Normal View History

2013-02-17 18:39:48 +00:00
[Unit]
Description=Automatic Trash cleanup
[Service]
2014-07-06 11:17:51 +00:00
Type=oneshot
2013-02-17 18:39:48 +00:00
ExecStart=/usr/bin/autotrash --days=14
2014-07-06 11:17:51 +00:00
[Install]
WantedBy=cron-weekly.target