From 8e28f1296d382873afc494bfcbb8dc821b0b1380 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sun, 29 Aug 2010 12:20:22 +0200 Subject: [PATCH] Add dependencies to local-fs.target and remote-fs.target Grab dependencies from insserv.conf and add those to local-fs.target. --- units/local-fs.target | 2 ++ units/remote-fs.target.m4 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/units/local-fs.target b/units/local-fs.target index 52d0e681..3c6d11a1 100644 --- a/units/local-fs.target +++ b/units/local-fs.target @@ -9,3 +9,5 @@ [Unit] Description=Local File Systems +Wants=mountall.service mountoverflowtmp.service umountfs.service +After=mountall.service mountoverflowtmp.service umountfs.service diff --git a/units/remote-fs.target.m4 b/units/remote-fs.target.m4 index f70fda46..586efe6e 100644 --- a/units/remote-fs.target.m4 +++ b/units/remote-fs.target.m4 @@ -13,7 +13,7 @@ m4_dnl m4_ifdef(`FOR_SYSTEM', m4_dnl When running in system mode we need the network up Requires=network.target -After=network.target +After=network.target local-fs.target mountnfs.service mountnfs-bootclean.service )m4_dnl [Install] -- 2.39.5