From 68b0e0e0003c95c63d144d06061291e22854f6c5 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 27 Dec 2010 16:35:58 +0100 Subject: [PATCH] Remove dependencies on legacy sysv mount scripts as we use native mount --- units/local-fs.target | 2 -- units/remote-fs.target.m4 | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/units/local-fs.target b/units/local-fs.target index 3c6d11a1..52d0e681 100644 --- a/units/local-fs.target +++ b/units/local-fs.target @@ -9,5 +9,3 @@ [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 586efe6e..fc1fd2be 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 local-fs.target mountnfs.service mountnfs-bootclean.service +After=network.target local-fs.target )m4_dnl [Install] -- 2.39.5