rc.radius 324 B

1234567891011121314151617
  1. #!@l_prefix@/lib/openpkg/bash @l_prefix@/etc/rc
  2. ##
  3. ## rc.radius -- Run-Commands for RADIUS Daemon
  4. ##
  5. %config
  6. radius_enable="yes"
  7. %start -p 200 -u root
  8. opServiceEnabled radius || exit 0
  9. @l_prefix@/sbin/radctl start
  10. %stop -p 200 -u root
  11. opServiceEnabled radius || exit 0
  12. @l_prefix@/sbin/radctl stop