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/APKBUILD | 4 ++-- community/py-waitress/waitress.initd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'community/py-waitress') diff --git a/community/py-waitress/APKBUILD b/community/py-waitress/APKBUILD index e54d95b528..ab802fbcb2 100644 --- a/community/py-waitress/APKBUILD +++ b/community/py-waitress/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-waitress _pkgname=waitress pkgver=1.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="A Python WSGI server" url="https://github.com/Pylons/waitress" arch="noarch" @@ -65,5 +65,5 @@ _py() { } sha512sums="b7000e1198ac306ce189f70c5dcfcf41318e5ec47c8d6183cdbc360c8759ca726405d5da70f1c7fe3cfeb39d528af94d693767c2a7a1a7fe460c6407857ec6f0 waitress-1.0.2.tar.gz -d91df5fcd7e1224b1c5808402270edea5638cb958ce9fc5a5a2bdf69d12f1a4632679af7727f8ddabc222b1eb2152509ae06a8d194eace0dc32380b21195ecba waitress.initd +91a1e0470f7a74e9d006c8c69490adc87a9dd180f494a870da5a3d1332435993e3c3c56de9f0320d63d0f997f62960739ed130f52c654accd263118aa47a45bf waitress.initd 93d3abe2226a396c60435875d3fefbdc0eaff2b5e6d7e98d33944f9b8167bf965ae20bb967407de668726cef2ab824b5a11e8c8b7babbc94ba0e451f07f6a178 waitress.confd" 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