summarylogtreecommitdiffstats
path: root/lxdm-plymouth.service
diff options
context:
space:
mode:
Diffstat (limited to 'lxdm-plymouth.service')
-rw-r--r--lxdm-plymouth.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/lxdm-plymouth.service b/lxdm-plymouth.service
new file mode 100644
index 000000000000..bf4a0a800f26
--- /dev/null
+++ b/lxdm-plymouth.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=LXDE Display Manager
+Conflicts=getty@tty1.service plymouth-quit.service
+After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service
+
+[Service]
+ExecStart=/usr/sbin/lxdm
+Restart=always
+IgnoreSIGPIPE=no
+
+[Install]
+Alias=display-manager.service