chiark / gitweb /
units: order quotacheck after remount-rootfs
authorLennart Poettering <lennart@poettering.net>
Fri, 15 Apr 2011 23:58:43 +0000 (01:58 +0200)
committerLennart Poettering <lennart@poettering.net>
Sat, 16 Apr 2011 00:03:35 +0000 (02:03 +0200)
units/fsck-root.service.in
units/quotacheck.service.in
units/remount-rootfs.service

index 8f4adc48e07536d14261faa08e7a1751aa10ffbc..7b3529db07e71a97ac8fe99148214949bb6652b5 100644 (file)
@@ -9,7 +9,7 @@
 Description=File System Check on Root Device
 DefaultDependencies=no
 After=systemd-readahead-collect.service systemd-readahead-replay.service
 Description=File System Check on Root Device
 DefaultDependencies=no
 After=systemd-readahead-collect.service systemd-readahead-replay.service
-Before=local-fs.target shutdown.target remount-rootfs.service quotacheck.service
+Before=local-fs.target shutdown.target
 
 # Dracut informs us with this flag file if the root fsck was already run
 ConditionPathExists=!/run/initramfs/root-fsck
 
 # Dracut informs us with this flag file if the root fsck was already run
 ConditionPathExists=!/run/initramfs/root-fsck
index ed1ddc55896cf7f85381452aec0c23e61cd15ece..27dcb1e4c6f514a3fa05796b96fe6c9b6d42bfb1 100644 (file)
@@ -8,7 +8,7 @@
 [Unit]
 Description=File System Quota Check
 DefaultDependencies=no
 [Unit]
 Description=File System Quota Check
 DefaultDependencies=no
-After=systemd-readahead-collect.service systemd-readahead-replay.service
+After=systemd-readahead-collect.service systemd-readahead-replay.service remount-rootfs.service
 Before=local-fs.target shutdown.target
 ConditionPathExists=/sbin/quotacheck
 
 Before=local-fs.target shutdown.target
 ConditionPathExists=/sbin/quotacheck
 
index 31309015ca110db068c24ddcd8a6d9d51bc086c1..e95023f03d5bd2b5bf87519d057241c77991915c 100644 (file)
@@ -9,7 +9,7 @@
 Description=Remount Root FS
 DefaultDependencies=no
 Conflicts=shutdown.target
 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]
 Before=local-fs.target shutdown.target
 
 [Service]