Fix hardcoded paths in initscript

bzr revid: p_christ@hol.gr-20080926074933-mnqm3zwtbxvfrgku
This commit is contained in:
P. Christeas 2008-09-26 10:49:33 +03:00
parent 7d9e3b7c16
commit d3766694a7
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@
# Source function library.
. /etc/rc.d/init.d/functions
PIDFILE=/var/run/tinyerp/openerp-server.pid
PIDFILE=/var/run/openerp/openerp-server.pid
LOCKFILE=/var/lock/subsys/openerp-server
LOGFILE=/var/log/tinyerp/openerp-server.log
LOGFILE=/var/log/openerp/openerp-server.log
OPTS="--pidfile=$PIDFILE --logfile=$LOGFILE"