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
308 B

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