Skip to content
Snippets Groups Projects
Verified Commit 7625495d authored by David Runge's avatar David Runge :chipmunk:
Browse files

Revert "Enable systemd-time-wait-sync.service and order pacman-init.service after time-sync.target"

This reverts commit e23d3c57.
It appears that systemd-time-wait-sync never exits (unless
systemd-networkd is restarted), which leads to follow-up services such
as sshd not starting:
archlinux/arch-boxes#158
parent 4c5792af
No related branches found
Tags 4.0.0-1
No related merge requests found
Pipeline #60607 passed
......@@ -23,7 +23,6 @@ function pre() {
[Unit]
Description=Initializes Pacman keyring
Before=sshd.service cloud-final.service archlinux-keyring-wkd-sync.service
After=time-sync.target
ConditionFirstBoot=yes
[Service]
......@@ -50,7 +49,6 @@ systemctl enable sshd
systemctl enable systemd-networkd
systemctl enable systemd-resolved
systemctl enable systemd-timesyncd
systemctl enable systemd-time-wait-sync
systemctl enable pacman-init.service
EOF
......
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