diff options
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 |