~dricottone/huttese-apk

2ff2cf79506c27c43c24f5bb1bc5a4affaca22c6 — Drew DeVault 4 years ago 1f5ab91
meta.sr.ht: use app, not app_dispatch, w/gunicorn

The latter has been removed now that instrumentation is built into
core.sr.ht.
1 files changed, 1 insertions(+), 1 deletions(-)

M sr.ht/meta.sr.ht/meta.sr.ht.initd
M sr.ht/meta.sr.ht/meta.sr.ht.initd => sr.ht/meta.sr.ht/meta.sr.ht.initd +1 -1
@@ 10,7 10,7 @@ LOCAL_REDIS=${LOCAL_REDIS:-yes}
LOGS=/var/log/meta.sr.ht.log
supervise_daemon_args="-1 $LOGS -2 $LOGS"
command="/usr/bin/gunicorn"
command_args="metasrht.app:app_dispatch -b $META_BIND $META_ARGS"
command_args="metasrht.app:app -b $META_BIND $META_ARGS"
command_user="$META_USER:$META_USER"
pidfile="/run/${RC_SVCNAME}.pid"