]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - tests/scripts/home-dir-on-authenticate.conf
Split up and rename test user accounts
[sojka/lightdm.git] / tests / scripts / home-dir-on-authenticate.conf
1 #
2 # Check works for users who have their home directory created after authentication
3 #
4
5 [LightDM]
6 minimum-display-number=50
7
8 [SeatDefaults]
9 autologin-user=mount-home-dir
10
11 #?RUNNER DAEMON-START
12
13 # X server starts
14 #?XSERVER :50 START
15 #?XSERVER :50 INDICATE-READY
16
17 # LightDM connects to X server
18 #?XSERVER :50 ACCEPT-CONNECT
19
20 # Session starts
21 #?SESSION :50 START USER=mount-home-dir
22 #?XSERVER :50 ACCEPT-CONNECT
23 #?SESSION :50 CONNECT-XSERVER
24
25 # Cleanup
26 #?*STOP-DAEMON
27 # Don't know what order they will terminate
28 #?(SESSION :50 TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15)
29 #?(SESSION :50 TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15)
30 #?RUNNER DAEMON-EXIT STATUS=0