diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-05-25 16:21:46 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-05-25 16:21:46 +0100 |
commit | bc276655c9c9a61be0c181ecc4e560928b2bc397 (patch) | |
tree | 79f0f42b8900c01bd3df07d7820c9530de6e8e47 /sys-boot/plymouth/files/lightdm-plymouth.service | |
parent | bde22322915ae30f7d6df35a8e76db7e522e961d (diff) | |
parent | 69cbba05e6f249e5b113fde154668247857294bd (diff) |
Merge remote-tracking branch 'upstream/master'
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 |