provisioning tool for building opinionated architecture
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
283 B

[Unit]
Description=Odoo {{ APP_NAME }}
After=network.target
[Service]
Type=simple
SyslogIdentifier=odoo-{{ APP_NAME }}
PermissionsStartOnly=true
User=odoo
Group=odoo
ExecStart=python3.10 /home/odoo/odoo/odoo-bin -c /etc/odoo/{{ APP_NAME }}.conf
[Install]
WantedBy=multi-user.target