diff options
Diffstat (limited to 'units')
-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 |