summaryrefslogtreecommitdiffstats
path: root/core/modules/lightdm
diff options
context:
space:
mode:
authorSimon Rettberg2018-10-12 16:18:05 +0200
committerSimon Rettberg2018-10-12 16:18:05 +0200
commit29c6d3b68bcff70049003af7241b5b336bc214ad (patch)
treec01b258da82b5e132e1decea49f7a05bba66cdb2 /core/modules/lightdm
parent[idleaction/kiosk] Don't wait 5 minutes for demo to logout (diff)
downloadmltk-29c6d3b68bcff70049003af7241b5b336bc214ad.tar.gz
mltk-29c6d3b68bcff70049003af7241b5b336bc214ad.tar.xz
mltk-29c6d3b68bcff70049003af7241b5b336bc214ad.zip
[lightdm] TimeoutStopSec=10
Work around lightdm hanging with certain i915 setups if a shutdown is triggered from ttyX while X is running on another tty.
Diffstat (limited to 'core/modules/lightdm')
-rw-r--r--core/modules/lightdm/data/etc/systemd/system/lightdm.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules/lightdm/data/etc/systemd/system/lightdm.service b/core/modules/lightdm/data/etc/systemd/system/lightdm.service
index 8e7ab620..898367fd 100644
--- a/core/modules/lightdm/data/etc/systemd/system/lightdm.service
+++ b/core/modules/lightdm/data/etc/systemd/system/lightdm.service
@@ -7,6 +7,7 @@ After=dev-tty7.device systemd-user-sessions.service setup-slx-addon@nvidia_libs.
[Service]
ExecStart=/usr/sbin/lightdm
Restart=always
+TimeoutStopSec=10
[Install]
WantedBy=graphical.target