I am trying to set up odoo as a system service.
Starting odoo manually works: ./odoo.py -c /etc/odoo/openerp-server.conf
But whenever I try "service odoo start" I get this error:
Starting odoo: start-stop-daemon: group 'odoo' not found
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I am trying to set up odoo as a system service.
Starting odoo manually works: ./odoo.py -c /etc/odoo/openerp-server.conf
But whenever I try "service odoo start" I get this error:
Starting odoo: start-stop-daemon: group 'odoo' not found
Thank you.
This solved my problem:
sudo groupadd odoo
sudo usermod -a -G odoo odoo
Check this answer
https://www.odoo.com/forum/help-1/question/running-as-user-root-is-a-security-risk-aborting-94345#answer_94347
If not solve it for you comment with more details about your service script to get it solve it
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Apr 24
|
402 | ||
|
4
Nov 23
|
4251 | ||
|
0
Oct 23
|
378 | ||
|
0
Dec 22
|
1334 | ||
|
2
Dec 23
|
17353 |