1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Misc improvements

This commit is contained in:
2021-07-01 12:36:03 +02:00
parent a4c5719b83
commit e32928efa3
4 changed files with 15 additions and 3 deletions

View File

@@ -3,8 +3,7 @@ Description=Cleanup of temporary files
[Service]
Type=oneshot
ExecStart=/usr/bin/systemd-tmpfiles --root=%h --clean %h/.config/tmpfiles/tmpfiles.conf
ExecStart=/usr/bin/find %h/.cache/pacman/sources -type f -maxdepth 1 -delete
ExecStart=/bin/systemd-tmpfiles --root=%h --clean %h/.config/tmpfiles/tmpfiles.conf
[Install]
WantedBy=default.target