15 lines
260 B
Desktop File
15 lines
260 B
Desktop File
[Unit]
|
|
Description=Odoo Open Source ERP and CRM
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=odoo
|
|
Group=odoo
|
|
ExecStart=/usr/bin/odoo --config /etc/odoo/odoo.conf --logfile /var/log/odoo/odoo-server.log
|
|
KillMode=mixed
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|