mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
units: add [Install] section to getty.target and remote-fs.target
This commit is contained in:
parent
5e5c6cd737
commit
218362d22c
@ -7,3 +7,6 @@
|
||||
|
||||
[Unit]
|
||||
Description=Login Prompts
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user