~dricottone/huttese-apk

88af810e0f256f5a50902342310eb2900da39754 — Drew DeVault 5 years ago 74654db
todo.sr.ht: fix gunicorn invocation in init script
2 files changed, 2 insertions(+), 2 deletions(-)

M sr.ht/todo.sr.ht/APKBUILD
M sr.ht/todo.sr.ht/todo.sr.ht.initd
M sr.ht/todo.sr.ht/APKBUILD => sr.ht/todo.sr.ht/APKBUILD +1 -1
@@ 1,6 1,6 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=todo.sr.ht
pkgver=0.26.3
pkgver=0.36.2
pkgrel=0
pkgdesc="sr.ht ticket tracking service"
url="https://git.sr.ht/~sircmpwn/todo.sr.ht"

M sr.ht/todo.sr.ht/todo.sr.ht.initd => sr.ht/todo.sr.ht/todo.sr.ht.initd +1 -1
@@ 10,7 10,7 @@ LOCAL_REDIS=${LOCAL_REDIS:-yes}
LOGS=/var/log/todo.sr.ht.log
supervise_daemon_args="-1 $LOGS -2 $LOGS"
command="/usr/bin/gunicorn"
command_args="gitsrht.app:app -b $TODO_BIND $TODO_ARGS"
command_args="todosrht.app:app -b $TODO_BIND $TODO_ARGS"
command_user="$TODO_USER:$TODO_USER"
pidfile="/run/${RC_SVCNAME}.pid"