summaryrefslogtreecommitdiffstats
path: root/abs/core/plymouth/lightdm-plymouth.service
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/plymouth/lightdm-plymouth.service')
-rw-r--r--abs/core/plymouth/lightdm-plymouth.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/abs/core/plymouth/lightdm-plymouth.service b/abs/core/plymouth/lightdm-plymouth.service
new file mode 100644
index 0000000..47ec47e
--- /dev/null
+++ b/abs/core/plymouth/lightdm-plymouth.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=LightDM Display Manager
+After=systemd-user-sessions.service
+
+Conflicts=plymouth-quit.service
+After=plymouth-quit.service
+
+[Service]
+ExecStart=/usr/sbin/lightdm
+StandardOutput=syslog
+
+[Install]
+WantedBy=graphical.target
+Alias=display-manager.service