We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d0f2f commit dd1e3f9Copy full SHA for dd1e3f9
ippls.service
@@ -8,8 +8,7 @@ Description=gunicorn instance for ippls
8
After=network.target
9
10
[Service]
11
-User=www-data
12
-Group=www-data
+User=nobody
13
WorkingDirectory=/opt/ippls/src
14
Environment="PATH=/opt/ippls/ipplsvenv/bin"
15
ExecStart=/opt/ippls/ipplsvenv/bin/gunicorn --workers 3 --bind 127.0.0.1:5000 wsgi:app
0 commit comments