xdm.initd 313 B

1234567891011121314151617
  1. #!/usr/bin/openrc-run
  2. supervisor=supervise-daemon
  3. command="/usr/bin/xdm"
  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. use logind dbus xfs
  11. provide display-manager
  12. }