[Erp5-report] r33665 rafael - /erp5/trunk/buildout/templates/oood-runserw.in

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 11 17:20:48 CET 2010


Author: rafael
Date: Thu Mar 11 17:20:48 2010
New Revision: 33665

URL: http://svn.erp5.org?rev=33665&view=rev
Log:
# After the previous command finish (--start or --stop), call start.py flush, this prevents leave openoffice and xvfb running after stop.

Modified:
    erp5/trunk/buildout/templates/oood-runserw.in

Modified: erp5/trunk/buildout/templates/oood-runserw.in
URL: http://svn.erp5.org/erp5/trunk/buildout/templates/oood-runserw.in?rev=33665&r1=33664&r2=33665&view=diff
==============================================================================
--- erp5/trunk/buildout/templates/oood-runserw.in [utf8] (original)
+++ erp5/trunk/buildout/templates/oood-runserw.in [utf8] Thu Mar 11 17:20:48 2010
@@ -1,2 +1,5 @@
 #!/bin/sh
 PYTHONPATH=${configuration:openoffice_uno} ${configuration:openoffice_python} ${software_definition:oood_software}/runserw.py $@
+
+# After the previous command finish (--start or --stop), call start.py flush, this prevents leave openoffice and xvfb running after stop.
+PYTHONPATH=${configuration:openoffice_uno} ${configuration:openoffice_python} ${software_definition:oood_software}/start.py --flush > /dev/null 2>&1 /dev/null




More information about the Erp5-report mailing list