The init.d script that I installed as part of my ASSP 2.0.1(1.1.28) 
configuration contains the following command for stopping assp.pl:

kill -9 `ps ax | grep "perl assp.pl" | grep -v grep | awk '{ print $1 }'`

kill -9 seems like a nuclear method.  Is there a good way to gracefully shut 
down ASSP from the command line, or does this have to be done from the web 
interface?

Thanks.
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to