case "$1" in
start)
start
;;
stop)
stop
restart|force-reload)
rotate)
rotate
*)
echo "Usage: $0 {start|stop|restart}"
$RETVAL=1
esac
exit $RETVAL