aboutsummaryrefslogtreecommitdiff
path: root/sys/etc/systemd/system/pacman-init.service
diff options
context:
space:
mode:
Diffstat (limited to 'sys/etc/systemd/system/pacman-init.service')
-rw-r--r--sys/etc/systemd/system/pacman-init.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/etc/systemd/system/pacman-init.service b/sys/etc/systemd/system/pacman-init.service
deleted file mode 100644
index 60af106..0000000
--- a/sys/etc/systemd/system/pacman-init.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Pacman keyring initialization
-Wants=network-online.target
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/bin/pacman-key --recv-key B24B7E71D51210D9292E1B3E4A5360B500C9C4F0
-ExecStart=/usr/bin/pacman-key --lsign-key B24B7E71D51210D9292E1B3E4A5360B500C9C4F0
-
-[Install]
-WantedBy=multi-user.target