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"