summarylogtreecommitdiffstats
path: root/odoo.service
blob: 6878f16ff98a7e9a3f4b103b841c72e04b997220 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Odoo Open Source ERP and CRM version 18
Requires=postgresql.service
After=postgresql.service network-online.target

[Service]
Type=simple
User=odoo18
Group=odoo18
ExecStart=/var/lib/odoo18/venv/bin/odoo --config /etc/odoo18/odoo.conf 
KillMode=mixed

[Install]
WantedBy=multi-user.target