diff --git a/usr/share/archboot/base/etc/systemd/system/pacman-init.service b/usr/share/archboot/base/etc/systemd/system/pacman-init.service index 83dd4aa04..1b57aa2d8 100644 --- a/usr/share/archboot/base/etc/systemd/system/pacman-init.service +++ b/usr/share/archboot/base/etc/systemd/system/pacman-init.service @@ -4,8 +4,7 @@ Description=Initializes Pacman keyring [Service] Type=simple RemainAfterExit=yes -ExecStart=/usr/bin/pacman-key --init -ExecStart=/usr/bin/bash -c "/usr/bin/pacman-key --populate" +ExecStart=/usr/bin/bash -c "/usr/bin/pacman-key --init; /usr/bin/pacman-key --populate" [Install] WantedBy=multi-user.target