mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:18:11 +00:00
LoginServer: Add --auto-login switch
Auto login will automatically log in a user without prompting for a password, but will still allow logouts and subsequent password logins.
This commit is contained in:
parent
c19d868a3e
commit
b77dad5ba3
2 changed files with 21 additions and 7 deletions
|
@ -163,9 +163,6 @@ BootModes=self-test
|
|||
[SpiceAgent]
|
||||
KeepAlive=0
|
||||
|
||||
[SystemServer]
|
||||
Arguments=--user
|
||||
User=anon
|
||||
|
||||
#[LoginServer]
|
||||
#User=root
|
||||
[LoginServer]
|
||||
User=root
|
||||
Arguments=--auto-login anon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue