上QQ阅读APP看书,第一时间看更新
Starting and stopping Odoo services in Ubuntu
When managing an Odoo server, one of the most common tasks you will find yourself performing is starting and stopping the Odoo service. Odoo allows you to start and stop the service with a command switch.
To start the service, use:
sudo /etc/init.d/odoo start
To stop the service, use:
sudo /etc/init.d/odoo stop