13 lines
293 B
INI
13 lines
293 B
INI
[Unit]
|
|
Description=Gunicorn instance to serve repo_api
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=%%OGREPOSITORY_USER%%
|
|
Group=%%OGREPOSITORY_USER%%
|
|
WorkingDirectory=/opt/opengnsys/ogrepository/api
|
|
ExecStart=/usr/bin/gunicorn -w 4 -b 0.0.0.0:8006 repo_api:app
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|