diff options
| author | nl6720 <nl6720@gmail.com> | 2021-05-11 11:04:19 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2021-05-12 10:24:35 +0300 |
| commit | d0d4fa56cbead6c6d48205f07f38be04edd0e0ec (patch) | |
| tree | 10ccdf591dfb32da44b430704b386737a77ce9a6 /configs/releng/airootfs/etc/systemd/system/pacman-init.service | |
| parent | 3678bba89940452048e8b3fa1ddd433d19d4f70f (diff) | |
| download | archiso-d0d4fa56cbead6c6d48205f07f38be04edd0e0ec.tar.gz archiso-d0d4fa56cbead6c6d48205f07f38be04edd0e0ec.tar.bz2 | |
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.
Diffstat (limited to 'configs/releng/airootfs/etc/systemd/system/pacman-init.service')
| -rw-r--r-- | configs/releng/airootfs/etc/systemd/system/pacman-init.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/airootfs/etc/systemd/system/pacman-init.service b/configs/releng/airootfs/etc/systemd/system/pacman-init.service index b442641..f446a80 100644 --- a/configs/releng/airootfs/etc/systemd/system/pacman-init.service +++ b/configs/releng/airootfs/etc/systemd/system/pacman-init.service @@ -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 |
