lightdm.service 279 B

123456789101112131415
  1. [Unit]
  2. Description=Light Display Manager
  3. Documentation=man:lightdm(1)
  4. After=systemd-user-sessions.service
  5. [Service]
  6. ExecStart=/usr/sbin/lightdm
  7. StandardOutput=syslog
  8. Restart=always
  9. IgnoreSIGPIPE=no
  10. BusName=org.freedesktop.DisplayManager
  11. [Install]
  12. Alias=display-manager.service