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
308 B
14 lines
308 B
[Unit]
|
|
Description=Odoo12 {{ APP_NAME }}
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
SyslogIdentifier=odoo12-{{ APP_NAME }}
|
|
PermissionsStartOnly=true
|
|
User=odoo
|
|
Group=odoo
|
|
ExecStart=/home/odoo/venv/bin/python3 /home/odoo/odoo12/odoo-bin -c /etc/odoo12/{{ APP_NAME }}.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|