configs/releng/airootfs/etc/systemd/system/pacman-init.service: don't hardcode the keyrings

If the keyring is not specified, pacman-key will simply use all keyrings from /usr/share/pacman/keyrings/.

Fixes #133.
This commit is contained in:
nl6720 2021-05-11 11:04:19 +03:00
parent 3678bba899
commit d0d4fa56cb
No known key found for this signature in database
GPG Key ID: 5CE88535E188D369

View File

@ -10,7 +10,7 @@ After=etc-pacman.d-gnupg.mount
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/pacman-key --init
ExecStart=/usr/bin/pacman-key --populate archlinux
ExecStart=/usr/bin/pacman-key --populate
[Install]
WantedBy=multi-user.target