diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-05-22 12:10:14 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-05-22 12:10:14 +0300 |
commit | c64ae06510aa5bc3fcf4b43bfeb38ad5512a3c3b (patch) | |
tree | 55c77913b34579946cac249acf6fa380a781378a /sys-boot/plymouth/files/lightdm-plymouth.service | |
parent | fdb3b40671cf34641fa6f2a130019a50a57e8641 (diff) |
[plymouth] adding the test machine new plymouth
Diffstat (limited to 'sys-boot/plymouth/files/lightdm-plymouth.service')
-rw-r--r-- | sys-boot/plymouth/files/lightdm-plymouth.service | 13 |
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 |