From 9c3e8cb9877ba38d68c2255e0243f61de10c8fa6 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 3 Jan 2024 16:02:17 +0100 Subject: Start directory for documenting SLX_* vars --- slx-vars/SLX_ALLOW_USER_BGTASK | 3 +++ slx-vars/SLX_AUTOLOGIN | 1 + 2 files changed, 4 insertions(+) create mode 100644 slx-vars/SLX_ALLOW_USER_BGTASK create mode 100644 slx-vars/SLX_AUTOLOGIN diff --git a/slx-vars/SLX_ALLOW_USER_BGTASK b/slx-vars/SLX_ALLOW_USER_BGTASK new file mode 100644 index 00000000..a5f588a6 --- /dev/null +++ b/slx-vars/SLX_ALLOW_USER_BGTASK @@ -0,0 +1,3 @@ +Read by idle-daemon in its startup script. + +If set to 'yes', then logging out doesn't kill a user's background processes. Note that this only affects idle-daemon behavior for now. systemd-logind has a similar feature via logind.conf, which this setting does not affect as of now. diff --git a/slx-vars/SLX_AUTOLOGIN b/slx-vars/SLX_AUTOLOGIN new file mode 100644 index 00000000..1b213321 --- /dev/null +++ b/slx-vars/SLX_AUTOLOGIN @@ -0,0 +1 @@ +If empty or "OFF", the login screen will display as usual. Otherwise, the user "demo" will be logged in automatically, and further behavior is dictated by other variables, such as SLX_AUTOSTART_UUID or SLX_BROWSER_URL. -- cgit v1.2.3-55-g7522