mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-27 05:20:31 +01:00
Use default method of cleaning up user tmpfiles
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
[Unit]
|
||||
Description=Clean up locally built pikaur packages
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/paccache -c %h/.cache/pikaur/pkg -r --nocolor -v
|
||||
ExecStart=/usr/bin/paccache -c %h/.cache/pikaur/pkg -r --nocolor -v -u -k0
|
||||
ExecStart=/usr/bin/paccache -c %h/.cache/pacman/pkgs -r --nocolor -v
|
||||
ExecStart=/usr/bin/paccache -c %h/.cache/pacman/pkgs -r --nocolor -v -u -k0
|
||||
@@ -1,9 +0,0 @@
|
||||
[Unit]
|
||||
Description=Periodically clean pikaur pkgs
|
||||
|
||||
[Timer]
|
||||
Persistent=True
|
||||
OnCalendar=weekly
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
@@ -1,9 +0,0 @@
|
||||
[Unit]
|
||||
Description=Cleanup of temporary files
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/systemd-tmpfiles --root=%h --clean %h/.config/tmpfiles/tmpfiles.conf
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user