Skip to content
Snippets Groups Projects
Commit a776a0bc authored by Daniel Baumann's avatar Daniel Baumann Committed by P. Christeas
Browse files

Correcting user handling in init script and config file (Closes: #513263, #516348).

bzr revid: p_christ@hol.gr-20090602171534-2pa34vlcatgwkhfa
parent 5d0d77d0
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,9 @@ logfile = /var/log/openerp.log
# If empty, it will bind on all interfaces (default empty).
interface = localhost
# The unix account on behalf openerp is running.
process_user = openerp
# The TCP port on which the server will listen (default 8069).
port = 8069
......
......@@ -17,6 +17,8 @@ DAEMON=/usr/bin/openerp-server
NAME=openerp-server
DESC=openerp-server
USER=openerp
test -x ${DAEMON} || exit 0
set -e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment