Merge pull request #2387 from jlebon/pr/ostree-remount-rfkill

ostree-remount: Order before systemd-rfkill.*
This commit is contained in:
Colin Walters 2021-06-22 14:38:05 -04:00 committed by GitHub
commit 0900f0c483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ After=systemd-remount-fs.service
# But we run *before* most other core bootup services that need write access to /etc and /var # But we run *before* most other core bootup services that need write access to /etc and /var
Before=local-fs.target umount.target Before=local-fs.target umount.target
Before=systemd-random-seed.service plymouth-read-write.service systemd-journal-flush.service Before=systemd-random-seed.service plymouth-read-write.service systemd-journal-flush.service
Before=systemd-tmpfiles-setup.service Before=systemd-tmpfiles-setup.service systemd-rfkill.service systemd-rfkill.socket
[Service] [Service]
Type=oneshot Type=oneshot