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.

13 lines
290 B

7 months ago
  1. [Unit]
  2. Description=Odoo15 {{ APP_NAME }}
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. SyslogIdentifier=odoo15-{{ APP_NAME }}
  7. PermissionsStartOnly=true
  8. User=odoo
  9. Group=odoo
  10. ExecStart=python3.9 /home/odoo/odoo15/odoo-bin -c /etc/odoo15/{{ APP_NAME }}.conf
  11. [Install]
  12. WantedBy=multi-user.target