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