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