File: script-hook-display-setup-fail.conf

package info (click to toggle)
lightdm 1.32.0-6
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 8,012 kB
  • sloc: ansic: 24,716; sh: 5,008; makefile: 1,159; cpp: 1,143; python: 267; xml: 39
file content (25 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (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 if the display setup script returns an error
#

[Seat:*]
display-setup-script=test-script-hook DISPLAY-SETUP 1

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

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

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

# Setup script fails
#?SCRIPT-HOOK DISPLAY-SETUP XDG_SEAT=seat0

#?XSERVER-0 TERMINATE SIGNAL=15

# Cleanup
#?RUNNER DAEMON-EXIT STATUS=1