From 218362d22c913f80ca40bde659182eebfaea670a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 22 Jul 2010 02:39:21 +0200 Subject: [PATCH 1/1] units: add [Install] section to getty.target and remote-fs.target --- units/getty.target | 3 +++ units/remote-fs.target.m4 | 3 +++ 2 files changed, 6 insertions(+) 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 -- 2.30.2