Advertisement
CristianCantoro

lighdm_systemd

May 25th, 2018
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. [Unit]
  2. Description=Light Display Manager
  3. Documentation=man:lightdm(1)
  4. Conflicts=getty@tty7.service plymouth-quit.service
  5. After=systemd-user-sessions.service getty@tty7.service plymouth-quit.service
  6.  
  7. [Service]
  8. # temporary safety check until all DMs are converted to correct
  9. # display-manager.service symlink handling
  10. ExecStartPre=/bin/sh -c '[ "$(basename $(cat /etc/X11/default-display-manager 2>/dev/null))" = "lightdm" ]'
  11. ExecStart=/usr/sbin/lightdm
  12. Restart=always
  13. BusName=org.freedesktop.DisplayManager
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement