aboutsummaryrefslogtreecommitdiff
path: root/init.d/mtab.in
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2017-11-14 13:17:01 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2017-11-14 13:20:49 -0600
commit0d15898f58cc254d79777c791d4798a9b2542cf2 (patch)
treefd2c7d581e04f37311c57a00aa10fd3da374a0c5 /init.d/mtab.in
parent971e82784cd1ad8f9a286ee792e6417359972976 (diff)
adjust mtab and localmount dependencies
localmount had mtab in its "use" dependencies; however, it makes more sense to add "before localmount" to the mtab service and remove "use mtab" from the localmount service.
Diffstat (limited to 'init.d/mtab.in')
-rw-r--r--init.d/mtab.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d/mtab.in b/init.d/mtab.in
index 80ef275c..9e0c1a6e 100644
--- a/init.d/mtab.in
+++ b/init.d/mtab.in
@@ -14,6 +14,7 @@ description="Update /etc/mtab to match what the kernel knows about"
depend()
{
after clock
+ before localmount
need root
keyword -prefix -systemd-nspawn
}