[BACK]Return to kill-webasir-server.sh CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-port / cgi

File: [local] / OpenXM / src / asir-port / cgi / kill-webasir-server.sh (download)

Revision 1.1, Sat Feb 28 23:47:28 2015 UTC (9 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD

A script to restart the webasir server.

#!/bin/sh
echo "This script is for restarting the server for the webasir."
echo "When you rewrite programs in asir, you need to restart the servers."
echo "Side effect: this kills all sm1 process, too!!"
${OpenXM_HOME}/src/kan96xx/Doc/httpd-asir2-kill.sh
/usr/bin/killall sm1
echo "It will be a good idea to execute these commands in the /etc/crontab."