brltty.initd 244 B

12345678910111213
  1. #!/usr/bin/openrc-run
  2. # Copyright 1999-2019 Gentoo Authors
  3. # Distributed under the terms of the GNU General Public License v2
  4. command=/usr/bin/brltty
  5. pidfile=/run/brltty.pid
  6. command_args="-P ${pidfile} -q"
  7. depend() {
  8. before *
  9. after clock
  10. }