From 2ff2cf79506c27c43c24f5bb1bc5a4affaca22c6 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 8 Jan 2020 13:48:29 -0500 Subject: [PATCH] meta.sr.ht: use app, not app_dispatch, w/gunicorn The latter has been removed now that instrumentation is built into core.sr.ht. --- sr.ht/meta.sr.ht/meta.sr.ht.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sr.ht/meta.sr.ht/meta.sr.ht.initd b/sr.ht/meta.sr.ht/meta.sr.ht.initd index f481a06..f803c5f 100755 --- a/sr.ht/meta.sr.ht/meta.sr.ht.initd +++ b/sr.ht/meta.sr.ht/meta.sr.ht.initd @@ -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" -- 2.45.2