diff options
Diffstat (limited to 'www-apps/meta-srht/files/meta.sr.ht.initd')
-rw-r--r-- | www-apps/meta-srht/files/meta.sr.ht.initd | 2 |
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" |