Skip to content
Snippets Groups Projects

Debian packaging: Address #10 #11 #12 and #13

Merged Steffen Grunewald requested to merge (removed):master into master
Files
9
@@ -7,7 +7,7 @@ After=network.target
[Service]
Type=simple
User=gwdatafind
ExecStart=/usr/bin/gunicorn-3 --config /usr/share/gwdatafind-server/gunicorn.conf.py "gwdatafind_server:create_app()"
ExecStart=/usr/bin/python3 -m gunicorn.app.wsgiapp --config /usr/share/gwdatafind-server/gunicorn.conf.py "gwdatafind_server:create_app()"
ExecStop=/bin/kill -s TERM $MAINPID
NoNewPrivileges=true
PrivateTmp=true
Loading