mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-18 06:03:42 +03:00
Merge pull request #1875 from marineam/fsck-after-resume
generator: order initrd fsck-root after local-fs-pre
This commit is contained in:
commit
639762ea4f
@ -64,7 +64,7 @@ static int write_fsck_sysroot_service(const char *dir, const char *what) {
|
||||
"Description=File System Check on %2$s\n"
|
||||
"DefaultDependencies=no\n"
|
||||
"BindsTo=%3$s\n"
|
||||
"After=%3$s\n"
|
||||
"After=%3$s local-fs-pre.target\n"
|
||||
"Before=shutdown.target\n"
|
||||
"\n"
|
||||
"[Service]\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user