7 lines
123 B
SYSTEMD
7 lines
123 B
SYSTEMD
|
[Unit]
|
||
|
Description=Removes files older than a week from trash can
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/trash-empty 7
|