diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-07-14 00:28:18 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-07-14 00:34:34 +0200 |
commit | c842556ce90b1bce2dec2f10c7807b146e10048b (patch) | |
tree | eaf49f76d96cebfb3e8fc58057f9a927f6e242cd /community/py-waitress/waitress.initd | |
parent | f37f536b6c15f8488fb1263e825e5e8ddadc5f80 (diff) | |
download | aports-c842556ce90b1bce2dec2f10c7807b146e10048b.tar.bz2 aports-c842556ce90b1bce2dec2f10c7807b146e10048b.tar.xz |
community/py-waitress: fix logging when run with runscript
Diffstat (limited to 'community/py-waitress/waitress.initd')
-rw-r--r-- | community/py-waitress/waitress.initd | 2 |
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" |