diff options
author | Julien Roy <julien@jroy.ca> | 2023-01-07 23:38:36 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-01-07 23:38:36 -0500 |
commit | c4a94a0f70bcb249bd795b82d4e5a387e5259a17 (patch) | |
tree | 8bafbde9f67c0550c37610fa90ae0a08fc9054a4 /net-libs/meta-srht/files/meta.sr.ht.confd | |
parent | d28857b322402e48794c4d05ca444943367b2a6f (diff) | |
download | MrRoy-Overlay-c4a94a0f70bcb249bd795b82d4e5a387e5259a17.tar.gz MrRoy-Overlay-c4a94a0f70bcb249bd795b82d4e5a387e5259a17.tar.bz2 MrRoy-Overlay-c4a94a0f70bcb249bd795b82d4e5a387e5259a17.zip |
net-libs/meta-srht: use official RC scripts, update ebuild
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'net-libs/meta-srht/files/meta.sr.ht.confd')
-rw-r--r-- | net-libs/meta-srht/files/meta.sr.ht.confd | 10 |
1 files changed, 8 insertions, 2 deletions
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 |