Enable autotrash for all trash mounts

This commit is contained in:
RealStickman 2023-04-13 18:48:34 +02:00
parent 13b471b8b5
commit a17d02f11c

View File

@ -708,7 +708,7 @@ sudo systemctl enable vnstat
sudo systemctl start vnstat sudo systemctl start vnstat
# setup autotrash # setup autotrash
autotrash -d 5 --install autotrash -td 5 --install
systemctl --user start autotrash systemctl --user start autotrash
systemctl --user enable autotrash.timer systemctl --user enable autotrash.timer