bopm.init.d-r1 362 B

1234567891011121314151617
  1. #!/sbin/openrc-run
  2. # Copyright 1999-2015 Gentoo Foundation
  3. # Distributed under the terms of the GNU General Public License v2
  4. command="/usr/bin/bopm"
  5. description="Blitzed Open Proxy Monitor"
  6. start_stop_daemon_args="--quiet --chuid ${BOPM_UID}"
  7. pidfile="${PIDFILE}"
  8. depend() {
  9. need net
  10. }
  11. start_pre() {
  12. checkpath -o ${BOPM_UID} -d "$(dirname "${PIDFILE}")"
  13. }