summaryrefslogtreecommitdiff
path: root/sys-boot/plymouth/files
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2015-05-22 12:10:14 +0300
committerBlackNoxis <steven.darklight@gmail.com>2015-05-22 12:10:14 +0300
commitc64ae06510aa5bc3fcf4b43bfeb38ad5512a3c3b (patch)
tree55c77913b34579946cac249acf6fa380a781378a /sys-boot/plymouth/files
parentfdb3b40671cf34641fa6f2a130019a50a57e8641 (diff)
[plymouth] adding the test machine new plymouth
Diffstat (limited to 'sys-boot/plymouth/files')
-rw-r--r--sys-boot/plymouth/files/lightdm-plymouth.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-boot/plymouth/files/lightdm-plymouth.service b/sys-boot/plymouth/files/lightdm-plymouth.service
new file mode 100644
index 00000000..0ce7ddc6
--- /dev/null
+++ b/sys-boot/plymouth/files/lightdm-plymouth.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Light Display Manager
+Conflicts=getty@tty1.service plymouth-quit.service
+After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service
+
+[Service]
+ExecStart=/usr/sbin/lightdm
+Restart=always
+IgnoreSIGPIPE=no
+BusName=org.freedesktop.DisplayManager
+
+[Install]
+Alias=display-manager.service