xdm-setup.initd 228 B

1234567891011121314
  1. #!/usr/bin/openrc-run
  2. # Copyright 1999-2009 Gentoo Foundation
  3. # Distributed under the terms of the GNU General Public License v2
  4. depend() {
  5. need localmount
  6. }
  7. start() {
  8. if get_bootparam "nox" ; then
  9. touch /etc/.noxdm
  10. fi
  11. }