aboutsummaryrefslogtreecommitdiff
path: root/www-apps/meta-srht/files/meta.sr.ht.initd
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2023-01-03 20:12:36 -0500
committerJulien Roy <julien@jroy.ca>2023-01-03 20:12:36 -0500
commit6229c1eaa8bef692448c008ec90059b50c5dd060 (patch)
treea1e0a6c2b86bf3cceb15593637acd94dd316d5d0 /www-apps/meta-srht/files/meta.sr.ht.initd
parentb20c03f656bdb116036412f8ced539c318fc5df1 (diff)
downloadMrRoy-Overlay-6229c1eaa8bef692448c008ec90059b50c5dd060.tar.gz
MrRoy-Overlay-6229c1eaa8bef692448c008ec90059b50c5dd060.tar.bz2
MrRoy-Overlay-6229c1eaa8bef692448c008ec90059b50c5dd060.zip
www-apps/meta-srht: update defaults
Diffstat (limited to 'www-apps/meta-srht/files/meta.sr.ht.initd')
-rw-r--r--www-apps/meta-srht/files/meta.sr.ht.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/meta-srht/files/meta.sr.ht.initd b/www-apps/meta-srht/files/meta.sr.ht.initd
index b7a3e72..0728798 100644
--- a/www-apps/meta-srht/files/meta.sr.ht.initd
+++ b/www-apps/meta-srht/files/meta.sr.ht.initd
@@ -5,7 +5,7 @@
name="meta.sr.ht daemon"
description=""
command="/usr/bin/gunicorn"
-command_args="metasrht.app:app -b 127.0.0.1:5000"
+command_args="metasrht.app:app -b ${ADDRESS}:${PORT}"
command_user="srht:srht"
command_background=true
pidfile="/run/${RC_SVCNAME}.pid"