SHA256
1
0
forked from pool/xdm

Accepting request 235717 from X11:XOrg

- Use KillMode=process for systemd service, this ensures Xorg won't
  receive SIGKILL while switching to runlevel 3 [bnc#871808].
- Add "Also=xdm.service" to display-manager.service to better
  handle migration. (forwarded request 235714 from fcrozat)

OBS-URL: https://build.opensuse.org/request/show/235717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdm?expand=0&rev=34
This commit is contained in:
Stephan Kulow 2014-06-01 16:54:53 +00:00 committed by Git OBS Bridge
commit 4678481591
2 changed files with 10 additions and 0 deletions

View File

@ -11,6 +11,8 @@ PIDFile=/var/run/displaymanager.pid
ExecStart=/usr/lib/X11/display-manager start
ExecStop=/usr/lib/X11/display-manager stop
ExecReload=/usr/lib/X11/display-manager reload
KillMode=process
[Install]
WantedBy=graphical.target
Also=xdm.service

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed May 28 16:00:23 UTC 2014 - fcrozat@suse.com
- Use KillMode=process for systemd service, this ensures Xorg won't
receive SIGKILL while switching to runlevel 3 [bnc#871808].
- Add "Also=xdm.service" to display-manager.service to better
handle migration.
-------------------------------------------------------------------
Fri May 23 13:01:21 UTC 2014 - jsegitz@novell.com