- display-manager.service: simplified deps (boo#1203662)
* remove deps to time-sync.target, remote-fs.target, dbus.socket, getty@tty7.service, plymouth-quit.service * keep Conflicts to plymouth-quit.service * keep dep to systemd-logind.service OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=255
This commit is contained in:
parent
2b68cae520
commit
06df4e1a39
@ -1,9 +1,9 @@
|
||||
[Unit]
|
||||
Description=X Display Manager
|
||||
Conflicts=getty@tty7.service plymouth-quit.service
|
||||
After=ypbind.service gpm.service time-sync.target winbind.service acpid.service
|
||||
Wants=remote-fs.target dbus.socket systemd-user-sessions.service systemd-logind.service
|
||||
After=remote-fs.target dbus.socket systemd-user-sessions.service systemd-logind.service getty@tty7.service plymouth-quit.service
|
||||
After=ypbind.service gpm.service winbind.service acpid.service
|
||||
Wants=systemd-user-sessions.service systemd-logind.service
|
||||
After=systemd-user-sessions.service systemd-logind.service
|
||||
OnFailure=plymouth-quit.service
|
||||
|
||||
[Service]
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 13 09:55:49 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- display-manager.service: simplified deps (boo#1203662)
|
||||
* remove deps to time-sync.target, remote-fs.target, dbus.socket,
|
||||
getty@tty7.service, plymouth-quit.service
|
||||
* keep Conflicts to plymouth-quit.service
|
||||
* keep dep to systemd-logind.service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 11 15:46:37 UTC 2022 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user