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:
commit
4678481591
@ -11,6 +11,8 @@ PIDFile=/var/run/displaymanager.pid
|
|||||||
ExecStart=/usr/lib/X11/display-manager start
|
ExecStart=/usr/lib/X11/display-manager start
|
||||||
ExecStop=/usr/lib/X11/display-manager stop
|
ExecStop=/usr/lib/X11/display-manager stop
|
||||||
ExecReload=/usr/lib/X11/display-manager reload
|
ExecReload=/usr/lib/X11/display-manager reload
|
||||||
|
KillMode=process
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=graphical.target
|
WantedBy=graphical.target
|
||||||
|
Also=xdm.service
|
||||||
|
@ -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
|
Fri May 23 13:01:21 UTC 2014 - jsegitz@novell.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user