summarylogtreecommitdiffstats
path: root/mdm-plymouth.service
blob: 670ad9f9d33d079c42894b6a9ee97a3c0cb8e69a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Unit]
Description=LightDM Display Manager
Documentation=man:mdm(1)
After=systemd-user-sessions.service getty@tty1

Conflicts=plymouth-quit.service
After=plymouth-quit.service

[Service]
ExecStart=/usr/sbin/mdm --nodaemon
ExecReload=/usr/sbin/mdm-safe-restart
ExecStop=/usr/sbin/mdm-stop
Restart=always
RestartSec=1s
TimeoutStopSec=5s
IgnoreSIGPIPE=no

[Install]
WantedBy=graphical.target
Alias=display-manager.service