diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-16 01:58:43 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-16 02:03:35 +0200 |
commit | 42549a5a6ac5ca2d3e830b3ed1df2dec501bc692 (patch) | |
tree | 93b184095c429c6980987bb88bd8bafc9dfcd332 /units/remount-rootfs.service | |
parent | hostname: split out hostname validation into util.c (diff) | |
download | systemd-42549a5a6ac5ca2d3e830b3ed1df2dec501bc692.tar.xz systemd-42549a5a6ac5ca2d3e830b3ed1df2dec501bc692.zip |
units: order quotacheck after remount-rootfs
Diffstat (limited to '')
-rw-r--r-- | units/remount-rootfs.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/remount-rootfs.service b/units/remount-rootfs.service index 31309015ca..e95023f03d 100644 --- a/units/remount-rootfs.service +++ b/units/remount-rootfs.service @@ -9,7 +9,7 @@ Description=Remount Root FS DefaultDependencies=no Conflicts=shutdown.target -After=systemd-readahead-collect.service systemd-readahead-replay.service +After=systemd-readahead-collect.service systemd-readahead-replay.service fsck-root.service Before=local-fs.target shutdown.target [Service] |