mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02: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:
committed by
Andreas Kling
parent
c19d868a3e
commit
b77dad5ba3
Notes:
sideshowbarker
2024-07-18 02:13:19 +09:00
Author: https://github.com/petelliott Commit: https://github.com/SerenityOS/serenity/commit/b77dad5ba3a Pull-request: https://github.com/SerenityOS/serenity/pull/10433 Issue: https://github.com/SerenityOS/serenity/issues/1181 Reviewed-by: https://github.com/alimpfard ✅
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user