Commit 9f99f727 authored by Holger Levsen's avatar Holger Levsen
Browse files

fixup: reproducible Debian: add gunicorn service to serve /api for rebuilder-snapshot.d.o

parent 990c992b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ After=network.target
[Service]
User=www-data
Group=www-data
WorkingDirectory=/srv/rebuilder-snapshop/metaservice/
WorkingDirectory=/srv/rebuilder-snapshot/metaservice/
ExecStart=/usr/bin/gunicorn --workers 3 --bind 127.0.0.1:5001 wsgi:app

[Install]