| 1234567891011121314151617181920 |
- #!@l_prefix@/lib/openpkg/bash @l_prefix@/etc/rc
- ##
- ## rc.pound -- Run-Commands
- ##
- %config
- pound_enable="yes"
- %start -p 100 -u @l_susr@
- if opServiceEnabled pound; then
- @l_prefix@/sbin/pound
- fi
- %stop -p 200 -u @l_susr@
- if opServiceEnabled pound; then
- kill -TERM `cat @l_prefix@/var/pound/pound.pid`
- sleep 1
- fi
|