lightdm.initd 315 B

1234567891011121314151617
  1. #!/usr/bin/openrc-run
  2. supervisor=supervise-daemon
  3. command="/usr/bin/lightdm"
  4. depend() {
  5. need localmount
  6. after bootmisc consolefont modules netmount
  7. after ypbind autofs openvpn gpm lircmd
  8. after quota keymaps acpid
  9. before alsasound
  10. want logind
  11. use xfs
  12. provide xdm display-manager
  13. }