From 42549a5a6ac5ca2d3e830b3ed1df2dec501bc692 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 16 Apr 2011 01:58:43 +0200 Subject: units: order quotacheck after remount-rootfs --- units/quotacheck.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/quotacheck.service.in') diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in index ed1ddc5589..27dcb1e4c6 100644 --- a/units/quotacheck.service.in +++ b/units/quotacheck.service.in @@ -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 -- cgit v1.2.3-54-g00ecf