mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
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
|