~dricottone/huttese-apk

52f3b39756eaa45fd74c1919d6fc3abd15162fc0 — Drew DeVault 5 years ago 357c370
Add --loglevel=info to lists.sr.ht-process
1 files changed, 1 insertions(+), 1 deletions(-)

M sr.ht/lists.sr.ht/lists.sr.ht-process.init
M sr.ht/lists.sr.ht/lists.sr.ht-process.init => sr.ht/lists.sr.ht/lists.sr.ht-process.init +1 -1
@@ 25,7 25,7 @@ start() {
		--make-pidfile \
		--pidfile /run/$name.pid \
		--exec /usr/bin/celery -- \
			-A listssrht.process worker
			-A listssrht.process worker --loglevel=info
	eend $?
}