diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-22 02:39:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-22 02:39:21 +0200 |
commit | 218362d22c913f80ca40bde659182eebfaea670a (patch) | |
tree | b7bff48efccc7f36be3ff37aab894589673e9bc8 | |
parent | 5e5c6cd737758dea83f9a712d102b7a8d4677f6f (diff) |
units: add [Install] section to getty.target and remote-fs.target
-rw-r--r-- | units/getty.target | 3 | ||||
-rw-r--r-- | units/remote-fs.target.m4 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/units/getty.target b/units/getty.target index e4435dc8e7..35b32dc9d9 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 cd90500510..f70fda464c 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 |