lxdm.initd 349 B

12345678910111213141516171819
  1. #!/usr/bin/openrc-run
  2. command="/usr/bin/lxdm-binary"
  3. command_args="-d"
  4. pidfile="/run/${RC_SVCNAME}.pid"
  5. depend() {
  6. need localmount dbus logind
  7. after bootmisc consolefont modules netmount
  8. after readahead-list ypbind autofs openvpn gpm lircmd
  9. after quota keymaps
  10. before alsasound
  11. use xfs
  12. provide xdm display-manager
  13. }