lightdm-plymouth.service 319 B

1234567891011121314
  1. [Unit]
  2. Description=Light Display Manager
  3. Conflicts=getty@tty1.service plymouth-quit.service
  4. After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service
  5. [Service]
  6. ExecStart=/usr/bin/lightdm
  7. Restart=always
  8. IgnoreSIGPIPE=no
  9. BusName=org.freedesktop.DisplayManager
  10. [Install]
  11. Alias=display-manager.service