diff options
Diffstat (limited to 'pcr-testing/plymouth/lxdm-plymouth.service')
-rw-r--r-- | pcr-testing/plymouth/lxdm-plymouth.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr-testing/plymouth/lxdm-plymouth.service b/pcr-testing/plymouth/lxdm-plymouth.service new file mode 100644 index 000000000..33e0ea741 --- /dev/null +++ b/pcr-testing/plymouth/lxdm-plymouth.service @@ -0,0 +1,13 @@ +[Unit] +Description=LXDE Display Manager +Conflicts=getty@tty1.service plymouth-quit.service +Wants=plymouth-deactivate.service +After=systemd-user-sessions.service getty@tty1.service plymouth-deactivate.service plymouth-quit.service + +[Service] +ExecStart=/usr/sbin/lxdm +Restart=always +IgnoreSIGPIPE=no + +[Install] +Alias=display-manager.service |