uWSGI: use string uid/gid
This commit is contained in:
@@ -18,8 +18,8 @@ process = 2
|
||||
threads = 2
|
||||
|
||||
# Drop privielges and don't run as root.
|
||||
uid = 1000
|
||||
gid = 1000
|
||||
uid = mailman
|
||||
gid = mailman
|
||||
|
||||
# Setup the django_q related worker processes.
|
||||
attach-daemon = ./manage.py qcluster
|
||||
|
||||
Reference in New Issue
Block a user