summaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/etc/systemd/system/pacman-init.service
diff options
context:
space:
mode:
Diffstat (limited to 'configs/releng/airootfs/etc/systemd/system/pacman-init.service')
-rw-r--r--configs/releng/airootfs/etc/systemd/system/pacman-init.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/releng/airootfs/etc/systemd/system/pacman-init.service b/configs/releng/airootfs/etc/systemd/system/pacman-init.service
new file mode 100644
index 0000000..b824884
--- /dev/null
+++ b/configs/releng/airootfs/etc/systemd/system/pacman-init.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Initializes Pacman keyring
+Requires=etc-pacman.d-gnupg.mount
+After=etc-pacman.d-gnupg.mount time-sync.target
+BindsTo=etc-pacman.d-gnupg.mount
+Before=archlinux-keyring-wkd-sync.service
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/pacman-key --init
+ExecStart=/usr/bin/pacman-key --populate
+
+[Install]
+WantedBy=multi-user.target