Skip to content

Support starting rest-server from inetd and similar services #126

@jsonn

Description

@jsonn

Output of rest-server --version

rest-server 0.10.0 compiled with go1.14.10 on illumos/amd64

What should rest-server do differently?

At the moment the rest-server must be either run as root to bind to low ports like 443 or use a high port to be able to run unprivileged. Being able to use 443 is desirable, having to run as root is not.

What are you trying to do? What is your use case?

Integration with inetd(1) solves the problem with minimal complexity in the application. Other service managers generally provide compatibility, e.g. SMF on Solaris/Illumos.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions