Lines 23-34
Link Here
|
23 |
rcvar=`set_rcvar` |
23 |
rcvar=`set_rcvar` |
24 |
|
24 |
|
25 |
command="%%PREFIX%%/bin/icecast" |
25 |
command="%%PREFIX%%/bin/icecast" |
26 |
command_args="1>/dev/null" |
26 |
command_args="-b 1>/dev/null" |
27 |
required_files="%%PREFIX%%/etc/$name.xml" |
27 |
required_files="%%PREFIX%%/etc/$name.xml" |
28 |
|
28 |
|
29 |
# read configuration and set defaults |
29 |
# read configuration and set defaults |
30 |
load_rc_config "$name" |
30 |
load_rc_config "$name" |
31 |
: ${icecast_enable="NO"} |
31 |
: ${icecast_enable="NO"} |
32 |
: ${icecast_flags="-c ${required_files} -b"} |
32 |
: ${icecast_flags="-c ${required_files}"} |
33 |
|
33 |
|
34 |
run_rc_command "$1" |
34 |
run_rc_command "$1" |