chiark / gitweb /
getty: fix message
[elogind.git] / units / quotacheck.service.in
index d46a33564927f6e80287501969fc405702a11367..27dcb1e4c6f514a3fa05796b96fe6c9b6d42bfb1 100644 (file)
@@ -8,7 +8,7 @@
 [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
 
@@ -18,6 +18,3 @@ RemainAfterExit=yes
 ExecStart=@rootlibexecdir@/systemd-quotacheck
 StandardOutput=syslog
 TimeoutSec=0
-
-[Install]
-WantedBy=local-fs.target