#------------------------------------------------------------------------- # /etc/rc.d/rc430.xavante - start Lua Web Application server # was file /etc/rc.d/rc350.httpd # # Creation: 01.10.2010 tobig # Last Update: $Id$ #------------------------------------------------------------------------- case $OPT_XAVANTE in yes) begin_script XAVANTE "Starting Lua web application server..." cd /srv/www service-restart.sh 1 /usr/bin/wsapi & end_script ;; esac