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://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=218362d22c913f80ca40bde659182eebfaea670a;hp=5e5c6cd737758dea83f9a712d102b7a8d4677f6f units: add [Install] section to getty.target and remote-fs.target --- diff --git a/units/getty.target b/units/getty.target index e4435dc8e..35b32dc9d 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 cd9050051..f70fda464 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