mirror of
https://github.com/systemd/systemd.git
synced 2025-03-06 00:58:29 +03:00
units: Load agetty credentials in all getty units
In it's latest release, agetty will support reading the agetty.autologin and login.noauth credentials, so let's make sure we import those in our getty units so they're available to agetty to read.
This commit is contained in:
parent
62843efc8f
commit
9e72aa1832
@ -36,6 +36,8 @@ KillMode=process
|
||||
{% endif %}
|
||||
IgnoreSIGPIPE=no
|
||||
SendSIGHUP=yes
|
||||
ImportCredential=agetty.*
|
||||
ImportCredential=login.*
|
||||
|
||||
[Install]
|
||||
WantedBy=getty.target
|
||||
|
@ -42,3 +42,5 @@ KillMode=process
|
||||
{% endif %}
|
||||
IgnoreSIGPIPE=no
|
||||
SendSIGHUP=yes
|
||||
ImportCredential=agetty.*
|
||||
ImportCredential=login.*
|
||||
|
@ -54,6 +54,8 @@ KillMode=process
|
||||
{% endif %}
|
||||
IgnoreSIGPIPE=no
|
||||
SendSIGHUP=yes
|
||||
ImportCredential=agetty.*
|
||||
ImportCredential=login.*
|
||||
|
||||
# Unset locale for the console getty since the console has problems
|
||||
# displaying some internationalized messages.
|
||||
|
@ -47,6 +47,8 @@ KillMode=process
|
||||
{% endif %}
|
||||
IgnoreSIGPIPE=no
|
||||
SendSIGHUP=yes
|
||||
ImportCredential=agetty.*
|
||||
ImportCredential=login.*
|
||||
|
||||
[Install]
|
||||
WantedBy=getty.target
|
||||
|
Loading…
x
Reference in New Issue
Block a user