Skip to content

Instantly share code, notes, and snippets.

@bitodoo
Created November 9, 2017 19:05
Show Gist options
  • Save bitodoo/f54dc1b2435fcbcfed89a3bdb8dab30b to your computer and use it in GitHub Desktop.
Save bitodoo/f54dc1b2435fcbcfed89a3bdb8dab30b to your computer and use it in GitHub Desktop.
[Unit]
Description=Odoo 10 Open Source ERP and CRM (Test Env)
Requires=postgresql.service
After=network.target postgresql.service
[Service]
Type=simple
PermissionsStartOnly=true
SyslogIdentifier=odev10-server
User=odev10
Group=odev10
ExecStart=/opt/odev10/start.sh
WorkingDirectory=/opt/odev10/
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment