Skip to content

Commit

Permalink
remount: Drop Before=systemd-sysusers.service
Browse files Browse the repository at this point in the history
This created an ordering cycle, and I merged over red CI
for bad reasons.
  • Loading branch information
cgwalters committed Jun 20, 2024
1 parent f280b12 commit b0ab531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot/ostree-remount.service
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ After=-.mount var.mount
After=systemd-remount-fs.service
# But we run *before* most other core bootup services that need write access to /etc and /var
Before=local-fs.target umount.target
Before=systemd-random-seed.service plymouth-read-write.service systemd-journal-flush.service systemd-sysusers.service
Before=systemd-random-seed.service plymouth-read-write.service systemd-journal-flush.service
Before=systemd-tmpfiles-setup.service systemd-rfkill.service systemd-rfkill.socket

[Service]
Expand Down

0 comments on commit b0ab531

Please sign in to comment.