diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2011-09-06 11:24:43 +1000 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2011-09-06 11:24:43 +1000 |
commit | 85c5f2fec9714c895ef3e503752e002ada24dfe7 (patch) | |
tree | 31250f05760fa1cc39260e2deb0ef4f3310b55ed /data/lightdm.conf | |
parent | 9d89aa34b6f37363b3cb2ea947ee87de284e37e0 (diff) | |
download | lightdm-85c5f2fec9714c895ef3e503752e002ada24dfe7.tar.gz |
Exit daemon if a seat fails which has exit-on-failure set to true
Diffstat (limited to 'data/lightdm.conf')
-rw-r--r-- | data/lightdm.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/lightdm.conf b/data/lightdm.conf index 40c80153..ebbea289 100644 --- a/data/lightdm.conf +++ b/data/lightdm.conf @@ -49,6 +49,7 @@ # autologin-user = User to log in with by default (overrides autologin-guest) # autologin-user-timeout = Number of seconds to wait before loading default user # autologin-session = Session to load for automatic login (overrides user-session) +# exit-on-failure = True if the daemon should exit if this seat fails # [SeatDefaults] #xserver-command=X @@ -71,6 +72,7 @@ #autologin-user= #autologin-user-timeout=0 #autologin-session=UNIMPLEMENTED +#exit-on-failure=false # # Seat configuration |