Skip to content
Snippets Groups Projects
Unverified Commit 5becfdfe authored by nl6720's avatar nl6720
Browse files

Order pacman-init.service before archlinux-keyring-wkd-sync.service

archlinux-keyring-wkd-sync.service needs an initialized pacman keyring to work.
parent 3af2d247
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ function pre() {
cat <<EOF >"${MOUNT}/etc/systemd/system/pacman-init.service"
[Unit]
Description=Initializes Pacman keyring
Before=sshd.service cloud-final.service
Before=sshd.service cloud-final.service archlinux-keyring-wkd-sync.service
ConditionFirstBoot=yes
[Service]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment