Build package with profile specific configuration
[platform/core/system/tlm.git] / data / tizen-ivi / etc / tlm.conf
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=gumd
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 DEFAULT_PAM_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_%S
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 # Specify session type
55 # Default: unspecified
56 #SESSION_TYPE=wayland
57 #
58 NSEATS=2
59 #
60 #
61 # Seat specific settings where the group name is seat id
62 [seat0]
63 DEFAULT_USER=genivi
64 SETUP_TERMINAL=1
65 VTNR=7
66 SESSION_CMD=/etc/session.d/genivi-session
67 #SESSION_CMD=bash
68 #SESSION_CMD=weston
69 DEFAULT_PAM_SERVICE=tlm-system-login
70 SETUP_RUNTIME_DIR=1
71 #RUNTIME_MODE=0755
72 #
73 [seat1]
74 DEFAULT_USER=app
75 SESSION_CMD=/etc/session.d/user-session
76 #DEFAULT_PAM_SERVICE=tlm-system-login
77 #SETUP_RUNTIME_DIR=1
78 #ACTIVE=0
79 #DEFAULT_USER=guest_%S
80 NWATCH=1
81 WATCH0=/tmp/wayland-0.lock
82 #
83 #
84 # plugin specific settings.
85 #
86 #[pluginname]
87 #
88