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: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=218362d22c913f80ca40bde659182eebfaea670a;p=systemd units: add [Install] section to getty.target and remote-fs.target --- diff --git a/units/getty.target b/units/getty.target index e4435dc8..35b32dc9 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 cd905005..f70fda46 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