summaryrefslogtreecommitdiff
path: root/configs/profile/airootfs/etc/systemd/system/pacman-init.service
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-01-18 22:05:57 -0300
committerDavid P <megver83@parabola.nu>2020-01-18 22:05:57 -0300
commit1b44c4d35057b9f8a3a35670c10d2f69c7d2afa0 (patch)
treee6d4f18370193db3eb9801f7f2752089de9d8e37 /configs/profile/airootfs/etc/systemd/system/pacman-init.service
parent18811d922e43d5c525c90ec893e0b0f2ae1cda0a (diff)
add baseline, rename 'profile' to 'releng'
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs/profile/airootfs/etc/systemd/system/pacman-init.service')
-rw-r--r--configs/profile/airootfs/etc/systemd/system/pacman-init.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/configs/profile/airootfs/etc/systemd/system/pacman-init.service b/configs/profile/airootfs/etc/systemd/system/pacman-init.service
deleted file mode 100644
index 3414ebc..0000000
--- a/configs/profile/airootfs/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