8 # source application-specific settings
9 if [ -r /etc
/firetable
/firetable.conf
]; then
10 INTERFACES
=`grep "^start_on_boot" /etc/firetable/firetable.conf | cut -f2 -d"="`
13 stat_busy
"Starting Firetable"
14 /usr
/sbin
/firetable start
${INTERFACES} &> /dev
/null
23 stat_busy
"Stopping Firetable"
24 /usr
/sbin
/firetable stop
&> /dev
/null
38 stat_busy
"Saving Firetable configuration"
39 /usr
/sbin
/firetable flush
&> /dev
/null
47 echo "usage: $0 {start|stop|restart|save}"