Fix permissions in service
ogrepository/pipeline/tag This commit looks good
Details
ogrepository/pipeline/tag This commit looks good
Details
parent
826625f66a
commit
6ba0788bc0
|
@ -3,8 +3,8 @@ Description=Gunicorn instance to serve repo_api
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=%%OGREPOSITORY_USER%%
|
User=opengnsys
|
||||||
Group=%%OGREPOSITORY_USER%%
|
Group=opengnsys
|
||||||
WorkingDirectory=/opt/opengnsys/ogrepository/api
|
WorkingDirectory=/opt/opengnsys/ogrepository/api
|
||||||
ExecStart=/usr/bin/gunicorn -w 4 -b 0.0.0.0:8006 repo_api:app
|
ExecStart=/usr/bin/gunicorn -w 4 -b 0.0.0.0:8006 repo_api:app
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue