From c4a94a0f70bcb249bd795b82d4e5a387e5259a17 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 7 Jan 2023 23:38:36 -0500 Subject: net-libs/meta-srht: use official RC scripts, update ebuild Signed-off-by: Julien Roy --- net-libs/meta-srht/files/meta.sr.ht.confd | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'net-libs/meta-srht/files/meta.sr.ht.confd') diff --git a/net-libs/meta-srht/files/meta.sr.ht.confd b/net-libs/meta-srht/files/meta.sr.ht.confd index 8113c8e..215645f 100644 --- a/net-libs/meta-srht/files/meta.sr.ht.confd +++ b/net-libs/meta-srht/files/meta.sr.ht.confd @@ -1,2 +1,8 @@ -BINDADDRESS=0.0.0.0 -PORT=5000 \ No newline at end of file +# Run the daemon as this user: +# META_USER=meta-srht + +# Bind the API service to this address: +# META_BIND=:5100 + +# Extra arguments to pass to Gunicorn +# META_ARGS= \ No newline at end of file -- cgit v1.2.3