summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--slx-vars/SLX_ALLOW_USER_BGTASK3
-rw-r--r--slx-vars/SLX_AUTOLOGIN1
2 files changed, 4 insertions, 0 deletions
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.