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

Annotation of OpenXM/src/asir-port/cgi/kill-webasir-server.sh, Revision 1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>