From: Lennart Poettering Date: Thu, 22 Jul 2010 00:39:21 +0000 (+0200) Subject: units: add [Install] section to getty.target and remote-fs.target X-Git-Tag: v4~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=218362d22c913f80ca40bde659182eebfaea670a;p=thirdparty%2Fsystemd.git units: add [Install] section to getty.target and remote-fs.target --- diff --git a/units/getty.target b/units/getty.target index e4435dc8e72..35b32dc9d97 100644 --- a/units/getty.target +++ b/units/getty.target @@ -7,3 +7,6 @@ [Unit] Description=Login Prompts + +[Install] +WantedBy=multi-user.target diff --git a/units/remote-fs.target.m4 b/units/remote-fs.target.m4 index cd90500510b..f70fda464cd 100644 --- a/units/remote-fs.target.m4 +++ b/units/remote-fs.target.m4 @@ -15,3 +15,6 @@ m4_dnl When running in system mode we need the network up Requires=network.target After=network.target )m4_dnl + +[Install] +WantedBy=multi-user.target