]> git.rmz.io Git - dotfiles.git/blobdiff - systemd/user/checkupdates.service
systemd: move checkupdates to systemd services
[dotfiles.git] / systemd / user / checkupdates.service
diff --git a/systemd/user/checkupdates.service b/systemd/user/checkupdates.service
deleted file mode 100644 (file)
index d3788df..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# Requires following line in sudoers allowing users in wheel 
-# to download packages without password
-# %wheel ALL=(ALL) NOPASSWD: /usr/bin/pacman -Sw --noconfirm * --dbpath *
-
-[Unit]
-Description=Check pacman updates and dowload packages to cache
-After=network-online.target
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/checkupdates -d
-# checkupdates returns 2 when there are no updates
-SuccessExitStatus=2