diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-24 16:42:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-24 16:42:42 +0200 |
commit | 2b93b027d3a68b5d7ae26d0c2cd487eb5019d2a9 (patch) | |
tree | 11846b4ad4a4914a244909619ffc7f1f503f7cdf /units/quotacheck.service.in | |
parent | a888b352eb53b07daa24fa859ceeb254336b293d (diff) |
remount: consolidate remount-api-vfs and remount-rootfs into one
This has the advantage of removing a confusing warning by mount if the
root directory is not listed in fstab.
Diffstat (limited to 'units/quotacheck.service.in')
-rw-r--r-- | units/quotacheck.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in index d28b533f9c..d3343df264 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 remount-rootfs.service +After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service Before=local-fs.target shutdown.target ConditionPathExists=/sbin/quotacheck |