diff --git a/airootfs/etc/systemd/system/pacman-init.service b/airootfs/etc/systemd/system/pacman-init.service index acd558f..b18f7f8 100644 --- a/airootfs/etc/systemd/system/pacman-init.service +++ b/airootfs/etc/systemd/system/pacman-init.service @@ -7,7 +7,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