mirror of
https://abf.rosa.ru/djam/kdebase4-workspace.git
synced 2025-02-24 18:22:50 +00:00
18 lines
504 B
Desktop File
18 lines
504 B
Desktop File
[Unit]
|
|
Description=K Display Manager
|
|
After=livesys-late.service systemd-user-sessions.service
|
|
|
|
# On mandriva gdm/X11 is on tty1. We explicitly cancel the getty here to
|
|
# avoid any races around that.
|
|
# Do not stop plymouth, it is done in prefdm if required (or left to the dm)
|
|
Conflicts=getty@tty1.service plymouth-quit.service
|
|
After=getty@tty1.service plymouth-quit.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/kdm -nodaemon
|
|
Restart=always
|
|
RestartSec=0
|
|
IgnoreSIGPIPE=no
|
|
|
|
[Install]
|
|
Alias=display-manager.service
|