~lightdm-team/lightdm/1.2

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Check LightDM stops the display if the display setup script returns an error
#

[SeatDefaults]
greeter-setup-script=test-script-hook GREETER-SETUP 1

#?*START-DAEMON
#?RUNNER DAEMON-START

# One X server should start by default
#?XSERVER-0 START VT=7

# Daemon connects when X server is ready
#?*XSERVER-0 INDICATE-READY
#?XSERVER-0 INDICATE-READY
#?XSERVER-0 ACCEPT-CONNECT

# Setup script fails
#?SCRIPT-HOOK GREETER-SETUP USER=.*

#?XSERVER-0 TERMINATE SIGNAL=15

# Cleanup
#?RUNNER DAEMON-EXIT STATUS=1