10 lines
145 B
Desktop File
10 lines
145 B
Desktop File
[Unit]
|
|
Description=Automatic Trash cleanup
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/autotrash --days=14
|
|
|
|
[Install]
|
|
WantedBy=cron-weekly.target
|