2013-05-21 01:49:59 +11:00
|
|
|
[Unit]
|
|
|
|
Description=K Display Manager
|
|
|
|
After=livesys-late.service systemd-user-sessions.service
|
|
|
|
|
2014-03-21 01:17:53 +11:00
|
|
|
# On mandriva gdm/X11 is on tty1. We explicitly cancel the getty here to
|
2013-05-21 01:49:59 +11:00
|
|
|
# avoid any races around that.
|
|
|
|
# Do not stop plymouth, it is done in prefdm if required (or left to the dm)
|
2014-03-21 01:17:53 +11:00
|
|
|
Conflicts=getty@tty1.service plymouth-quit.service
|
|
|
|
After=getty@tty1.service plymouth-quit.service
|
2013-05-21 01:49:59 +11:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/bin/kdm -nodaemon
|
|
|
|
Restart=always
|
|
|
|
RestartSec=0
|
|
|
|
IgnoreSIGPIPE=no
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
Alias=display-manager.service
|