Commit a899c654 authored by Rafael Monnerat's avatar Rafael Monnerat

# After the previous command finish (--start or --stop), call start.py flush,...

# After the previous command finish (--start or --stop), call start.py flush, this prevents leave openoffice and xvfb running after stop.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33665 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e679c07d
#!/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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment