157b2491b23675bd196e453921b42addb52ec4e2
[platform/core/system/tlm.git] / data / tlm.conf.in
1 #
2 # Example configuration for tlm.
3 #
4
5 #
6 # This group contains top-level settings.
7 #
8 [General]
9 #
10 # Name of the account plugin to use to manage(add/remove) guest user accounts
11 ACCOUNTS_PLUGIN=@ACCOUNT_PLUGIN_NAME@
12 #
13 # Auto-login default user
14 # Default: off
15 AUTO_LOGIN=1
16 #
17 # Prepare default/guest users before auto-login
18 # Default: off
19 PREPARE_DEFAULT=1
20 #
21 # PAM service file to use
22 PAM_SERVICE=tlm-login
23 #
24 # PAM service file for default user
25 PAM_DEFAULT_SERVICE=tlm-default-login
26 #
27 # Default (guest) username or template to use
28 #  %S - seat number
29 #  %I - seat id string
30 # Default: "guest"
31 #DEFAULT_USER=guest
32 #
33 # Session command : The command run after successfull login
34 # Default: $SHELL
35 # In case shell is not defined in /etc/passwd fallback is "systemd --user"
36 #SESSION_CMD=systemd --user
37 #
38 # Session termination timeout in seconds
39 # Default: 10
40 #TERMINATE_TIMEOUT=10
41 #
42 # Setup terminal for session
43 # Default: off
44 #SETUP_TERMINAL=1
45 #
46 # Use X11 style sessions
47 # Default: off
48 #X11_SESSION=1
49 #
50 # Do not launch anything, let systemd handle it through PAM
51 # Default: off
52 #PAUSE_SESSION=1
53 #
54 #
55 # Seat specific settings where the group name is seat id
56 #[seat0]
57 #DEFAULT_USER=guest_%S
58 #
59 #
60 # plugin specific settings.
61 #
62 #[pluginname]
63 #
64