summaryrefslogtreecommitdiff
path: root/configs/releng/root-image/etc/systemd/system/pacman-init.service
diff options
context:
space:
mode:
authorEsteban Carnevale <alfplayer@mailoo.org>2013-09-02 20:03:36 -0300
committerEsteban Carnevale <alfplayer@mailoo.org>2013-09-02 20:03:36 -0300
commit7105fb70073c08d24b36dc48e5673ba39d3434ac (patch)
treeef87cf8a988d4a714cd99e542e2c952fa4635ac9 /configs/releng/root-image/etc/systemd/system/pacman-init.service
parent654d8bba202b0a1827a652d5f2c9979f0814ad6a (diff)
Leave only directory for profile releng
Diffstat (limited to 'configs/releng/root-image/etc/systemd/system/pacman-init.service')
-rw-r--r--configs/releng/root-image/etc/systemd/system/pacman-init.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/configs/releng/root-image/etc/systemd/system/pacman-init.service b/configs/releng/root-image/etc/systemd/system/pacman-init.service
deleted file mode 100644
index 3414ebc..0000000
--- a/configs/releng/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