summarylogtreecommitdiffstats
path: root/mdm.service
diff options
context:
space:
mode:
Diffstat (limited to 'mdm.service')
-rw-r--r--mdm.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/mdm.service b/mdm.service
new file mode 100644
index 000000000000..5d60df0b26be
--- /dev/null
+++ b/mdm.service
@@ -0,0 +1,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