From: Lennart Poettering Date: Fri, 18 Mar 2011 04:13:06 +0000 (+0100) Subject: units: don't ever pull in SysV targets from other SysV targets X-Git-Tag: v21~39 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=d94ac66d3232054f1249821e74badeb4c99ae60e units: don't ever pull in SysV targets from other SysV targets --- diff --git a/units/nss-lookup.target b/units/nss-lookup.target index dc3a06334..bdca03cd8 100644 --- a/units/nss-lookup.target +++ b/units/nss-lookup.target @@ -12,5 +12,4 @@ [Unit] Description=Name Lookups -Wants=network.target After=network.target diff --git a/units/remote-fs.target.m4 b/units/remote-fs.target.m4 index f70fda464..53054b6ec 100644 --- a/units/remote-fs.target.m4 +++ b/units/remote-fs.target.m4 @@ -12,7 +12,6 @@ Description=Remote File Systems m4_dnl m4_ifdef(`FOR_SYSTEM', m4_dnl When running in system mode we need the network up -Requires=network.target After=network.target )m4_dnl