3 # source application-specific settings
4 [ -f /etc
/conf.d
/hellanzb
] && .
/etc
/conf.d
/hellanzb
11 stat_busy
"Starting hellanzb"
12 /bin
/su
- ${HELLANZB_USER} -c " /usr/bin/python2 /usr/bin/hellanzb.py -D -c ${HELLANZB_CONF} &> /dev/null"
21 stat_busy
"Stopping hellanzb"
22 /bin
/su
- ${HELLANZB_USER} -c " /usr/bin/python2 /usr/bin/hellanzb.py -c ${HELLANZB_CONF} shutdown &> /dev/null"
36 echo "usage: $0 {start|stop|restart}"