Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > e520a3e525c7292a95b037466e21c9e6 > files > 5

gdm-3.14.2-5.1.mga5.src.rpm

From 7074f2a54124b54f8e85a19f6fecdb8232782a60 Mon Sep 17 00:00:00 2001
From: Ray Strode <rstrode@redhat.com>
Date: Mon, 30 Mar 2015 21:53:08 -0400
Subject: [PATCH] systemd: change to KillMode=mixed

This is like the previous commit, but a slightly better choice,
because it's more fault tolerant; if GDM fails to kill a child,
systemd will help out.

https://bugzilla.gnome.org/show_bug.cgi?id=747088
---
 data/gdm.service.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/gdm.service.in b/data/gdm.service.in
index 6608c2c..fb0ffdc 100644
--- a/data/gdm.service.in
+++ b/data/gdm.service.in
@@ -21,7 +21,7 @@ OnFailure=plymouth-quit.service
 
 [Service]
 ExecStart=@sbindir@/gdm
-KillMode=process
+KillMode=mixed
 Restart=always
 IgnoreSIGPIPE=no
 BusName=org.gnome.DisplayManager
-- 
2.3.1