API-Manager/apimanager.service
tesobe-daniel 4c6ff3f359
Update apimanager.service
minor typos
2019-06-25 13:27:52 +02:00

17 lines
469 B
Desktop File

[Unit]
Description=API Manager
[Service]
Type=simple
User=deploy
Group=deploy
SyslogIdentifier=API-Manager
Restart=always
WorkingDirectory=/var/www/apimanager/API-Manager/apimanager
ExecStart=/var/www/apimanager/venv/bin/gunicorn -t 3000 --user deploy --group deploy --config /var/www/apimanager/API-Manager/gunicorn.conf.py apimanager.wsgi
# set -t <secs> to higher value to avoid timeouts with KPI Dashboard / API Metrics etc.
[Install]
WantedBy=multi-user.target