mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-08 13:10:37 +00:00
10 lines
142 B
SYSTEMD
10 lines
142 B
SYSTEMD
[Unit]
|
|
Description=Runs trash-empty.service every hour
|
|
|
|
[Timer]
|
|
OnUnitActiveSec=1h
|
|
Unit=trash-empty.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|