diff options
author | David P <megver83@openmailbox.org> | 2017-03-23 12:53:26 -0300 |
---|---|---|
committer | David P <megver83@openmailbox.org> | 2017-03-23 12:53:26 -0300 |
commit | cca6fde7f2f3da82cc1165140fb8372c2c018a72 (patch) | |
tree | 87ce26cde42345d6790eaf7dcd014d5a1b24f4f3 /pcr/plymouth-legacy/lightdm-plymouth.service | |
parent | 9861000b9239f4d9b6f55475c9ef6d3410a3d43a (diff) | |
download | abslibre-cca6fde7f2f3da82cc1165140fb8372c2c018a72.tar.gz abslibre-cca6fde7f2f3da82cc1165140fb8372c2c018a72.tar.bz2 abslibre-cca6fde7f2f3da82cc1165140fb8372c2c018a72.zip |
Added plymouth-legacy to [pcr]
Diffstat (limited to 'pcr/plymouth-legacy/lightdm-plymouth.service')
-rw-r--r-- | pcr/plymouth-legacy/lightdm-plymouth.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/plymouth-legacy/lightdm-plymouth.service b/pcr/plymouth-legacy/lightdm-plymouth.service new file mode 100644 index 000000000..a845498fd --- /dev/null +++ b/pcr/plymouth-legacy/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/bin/lightdm +Restart=always +IgnoreSIGPIPE=no +BusName=org.freedesktop.DisplayManager + +[Install] +Alias=display-manager.service |