From b4ccfcfcebb6dd59598559968628139d3096e61e Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Tue, 10 Dec 2019 14:58:06 +0100 Subject: plugins: Lower systemd stop timeout This prevents logout to hang if one of the g-s-d processes refuses to quit. That should never happen, but it does not hurt to configure systemd to kill the process already after 5 seconds rather than waiting up to 1 minute 30 seconds. --- plugins/xsettings/gsd-xsettings.service.in | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/xsettings') diff --git a/plugins/xsettings/gsd-xsettings.service.in b/plugins/xsettings/gsd-xsettings.service.in index 36527f20..b0f7a347 100644 --- a/plugins/xsettings/gsd-xsettings.service.in +++ b/plugins/xsettings/gsd-xsettings.service.in @@ -16,3 +16,4 @@ Type=dbus ExecStart=@libexecdir@/gsd-xsettings Restart=on-abnormal BusName=@plugin_dbus_name@ +TimeoutStopSec=5 -- cgit v1.2.1