summarylogtreecommitdiffstats
path: root/mdm.service
blob: 5d60df0b26bec4190d977525afd73bf3976d0b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Linux Mint Display Manager
Documentation=man:mdm(1)
After=systemd-user-sessions.service getty@tty1.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]
Alias=display-manager.service