aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-waitress/waitress.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-waitress/waitress.initd')
-rw-r--r--community/py-waitress/waitress.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-waitress/waitress.initd b/community/py-waitress/waitress.initd
index afb76fdef6..ce7984756d 100644
--- a/community/py-waitress/waitress.initd
+++ b/community/py-waitress/waitress.initd
@@ -7,7 +7,7 @@
: ${wsgi_call:="no"}
command="$python"
-command_args="${command_args:-} /usr/bin/waitress-serve"
+command_args="-u ${command_args:-} /usr/bin/waitress-serve"
command_background="yes"
pidfile="/run/$RC_SVCNAME.pid"