From c842556ce90b1bce2dec2f10c7807b146e10048b Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 14 Jul 2017 00:28:18 +0200 Subject: community/py-waitress: fix logging when run with runscript --- community/py-waitress/waitress.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/py-waitress/waitress.initd') 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" -- cgit v1.2.3