Add session manage mechanism

This commit is contained in:
DanyLE
2025-03-08 16:10:58 +01:00
parent c75274f3d2
commit b6a91b02db
2 changed files with 244 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
# The command to run to start a login session
# this command will handle the user input and send user
# credentials to the daemon via Dbus message
login_session_command = /usr/bin/diya-login-shell
login_session_command = /usr/bin/diyac -x /usr/bin/diya-login-shell
# login session user
# The user that owns the login session, root by default
@@ -21,4 +21,4 @@ login_session_user = xdg
# login session is successful
# the logged in user will own this session
user_session_command = /usr/bin/diya-shell
user_session_command = /usr/bin/diyac -x /usr/bin/diya-shell