25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
324 B

#!@l_prefix@/lib/openpkg/bash @l_prefix@/etc/rc
##
## rc.radius -- Run-Commands for RADIUS Daemon
##
%config
radius_enable="yes"
%start -p 200 -u root
opServiceEnabled radius || exit 0
@l_prefix@/sbin/radctl start
%stop -p 200 -u root
opServiceEnabled radius || exit 0
@l_prefix@/sbin/radctl stop