rc.pound 357 B

1234567891011121314151617181920
  1. #!@l_prefix@/lib/openpkg/bash @l_prefix@/etc/rc
  2. ##
  3. ## rc.pound -- Run-Commands
  4. ##
  5. %config
  6. pound_enable="yes"
  7. %start -p 100 -u @l_susr@
  8. if opServiceEnabled pound; then
  9. @l_prefix@/sbin/pound
  10. fi
  11. %stop -p 200 -u @l_susr@
  12. if opServiceEnabled pound; then
  13. kill -TERM `cat @l_prefix@/var/pound/pound.pid`
  14. sleep 1
  15. fi