summaryrefslogtreecommitdiffstats
path: root/core/modules/kdm/data/etc/systemd/system/kdm.service
blob: 97749a16d0bff799592fae9ad94059b3931678f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=KDM Display Manager
Conflicts=getty@tty7.service
After=systemd-user-sessions.service getty@tty7.service load-gfx-driver.service setup-slx-addon@vmware.service setup-slx-addon@virtualbox.service

[Service]
ExecStartPre=-/opt/openslx/bin/killall fbsplash
ExecStart=/usr/bin/kdm -nodaemon
Restart=always
IgnoreSIGPIPE=no