summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2012-10-23 12:16:49 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2012-10-23 12:16:49 -0700
commit15fb3668e71522192ce66801c001904ff8bb270d (patch)
treef85b196ec81a7bf37e5b32f809c8a8de8d595649
parente1a6f6ee6f63d6cb09b9ef69393be9f70452e90f (diff)
downloadxorg-launch-helper-15fb3668e71522192ce66801c001904ff8bb270d.tar.gz
xorg-launch-helper-15fb3668e71522192ce66801c001904ff8bb270d.tar.bz2
xorg-launch-helper-15fb3668e71522192ce66801c001904ff8bb270d.zip
Revert "Change xorg.service to KillMode=process."
This reverts commit e1a6f6ee6f63d6cb09b9ef69393be9f70452e90f. While this change had some beneficial influence on the shutdown issue, it didn't completely address the issue. A better fix can be found in v6 of user-session-units instead, which should be used with this version.
-rw-r--r--xorg.service.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/xorg.service.in b/xorg.service.in
index efb5d99..6ee5ce0 100644
--- a/xorg.service.in
+++ b/xorg.service.in
@@ -17,7 +17,6 @@ Before=xorg.target
[Service]
Type=notify
-KillMode=process
ExecStart=@prefix@/bin/xorg-launch-helper :0 -nolisten tcp -noreset vt1
Restart=always
RestartSec=10