summaryrefslogtreecommitdiff
path: root/configs/mate/root-image/etc/systemd/system/pacman-init.service
diff options
context:
space:
mode:
Diffstat (limited to 'configs/mate/root-image/etc/systemd/system/pacman-init.service')
-rw-r--r--configs/mate/root-image/etc/systemd/system/pacman-init.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/configs/mate/root-image/etc/systemd/system/pacman-init.service b/configs/mate/root-image/etc/systemd/system/pacman-init.service
deleted file mode 100644
index 3414ebc..0000000
--- a/configs/mate/root-image/etc/systemd/system/pacman-init.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=Initializes Pacman keyring
-Wants=haveged.service
-After=haveged.service
-Requires=etc-pacman.d-gnupg.mount
-After=etc-pacman.d-gnupg.mount
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/bin/pacman-key --init
-ExecStart=/usr/bin/pacman-key --populate archlinux
-ExecStart=/usr/bin/pacman-key --populate parabola
-
-[Install]
-WantedBy=multi-user.target