gdm.initd 321 B

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