blob: d272efe5580dedaac92d0d4a12c16391616bc031 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# Check clean stop when the compositor fails to indicate it is ready
#
[Seat:*]
type=unity
unity-compositor-timeout=1
#?*START-DAEMON
#?RUNNER DAEMON-START
# System compositor starts but doesn't indicate it is ready
#?UNITY-SYSTEM-COMPOSITOR START FILE=/run/mir_socket VT=7 XDG_VTNR=7
# Timeout and compositor is stopped
#?UNITY-SYSTEM-COMPOSITOR TERMINATE SIGNAL=15
# Daemon exits with error code
#?RUNNER DAEMON-EXIT STATUS=1
|