From bec052f1599396adc061311277158addcbf0cb01 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 2 Feb 2023 13:38:33 +0100 Subject: [PATCH] Remove paccache.timer (pacman-contrib provides it) --- root/etc/systemd/system/paccache.timer | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 root/etc/systemd/system/paccache.timer diff --git a/root/etc/systemd/system/paccache.timer b/root/etc/systemd/system/paccache.timer deleted file mode 100644 index 3ae036d..0000000 --- a/root/etc/systemd/system/paccache.timer +++ /dev/null @@ -1,15 +0,0 @@ -# Clean pacman cache of old and uninstalled packages every month -# This needs to be started by running `systemctl start paccache.timer` -# Usage requires `pacman-contrib` package to be installed - -[Unit] -Description=Clean-up old pacman pkg -After=network-online.target - -[Timer] -OnCalendar=weekly -AccuracySec=1h -Persistent=true - -[Install] -WantedBy=timers.target