Skip to content
Snippets Groups Projects
Verified Commit dec52b8e authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

Merge branch 'pacman-init.service-order' into 'master'

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

See merge request !180
parents 3af2d247 5becfdfe
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