diff --git a/installer/files/ogrepo-api.service b/installer/files/ogrepo-api.service index a1419c1..bef2dc5 100644 --- a/installer/files/ogrepo-api.service +++ b/installer/files/ogrepo-api.service @@ -3,8 +3,8 @@ Description=Gunicorn instance to serve repo_api After=network.target [Service] -User=%%OGREPOSITORY_USER%% -Group=%%OGREPOSITORY_USER%% +User=opengnsys +Group=opengnsys WorkingDirectory=/opt/opengnsys/ogrepository/api ExecStart=/usr/bin/gunicorn -w 4 -b 0.0.0.0:8006 repo_api:app