I trying to start openerp-server with cron script
Posted
by
user1650194
on Stack Overflow
See other posts from Stack Overflow
or by user1650194
Published on 2012-12-06T21:33:46Z
Indexed on
2012/12/08
5:04 UTC
Read the original article
Hit count: 140
I have a webfaction account and I install openerp-server 6.1.1, when a start the server from ssh session it's works, when I close the session it close the server too. So I'm trying to start the server with cron.
From cron I call a script like this:
*/1 * * * * ~/webapps/openerp/start.sh
And the script:
.bash_profile
openerp-server -c /home/usuario/webapps/openerp/server.conf
It doesn't work....
But if I call the script from the command line the server load ok....
It any way to debug this?
© Stack Overflow or respective owner