Skip to content

Commit

Permalink
ADD odoo service unit file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubén Cabrera committed Oct 3, 2017
1 parent 51d37fd commit d1203d2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions odoo-server.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[Unit]
Description=Odoo Community Backports Server
After=network.target

[Service]
Type=simple
PermissionsStartOnly=true
SyslogIdentifier=odoo-server
User=odoo
Group=odoo
ExecStart=/opt/odoo/odoo-bin --config=/opt/config/odoo-server.conf
WorkingDirectory=/opt/odoo/
StandardOutput=journal

[Install]
WantedBy=multi-user.target

0 comments on commit d1203d2

Please sign in to comment.