aboutsummaryrefslogtreecommitdiff
path: root/systemd/archlinux-keyring-update.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/archlinux-keyring-update.service')
-rw-r--r--systemd/archlinux-keyring-update.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/systemd/archlinux-keyring-update.service b/systemd/archlinux-keyring-update.service
new file mode 100644
index 0000000..17f98f2
--- /dev/null
+++ b/systemd/archlinux-keyring-update.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=For updating the archlinux-keyring package
+
+[Service]
+Type=oneshot
+Exec=/usr/bin/pacman -Sy archlinux-keyring --needed --noconfirm
+User=root
+