1
support systemd socket activation
Source: outline/outline#3884 · opened by @frankli0324
systemd supports opening a placeholder socket and listen for incoming requests. when a request triggers that socket, systemd passes the file descriptor(no matter its a regular tcp port or ipc file socket) to the application as fd 3, and notifies the application with LISTEN_FDS and LISTEN_PID env variable.
I deploy outline instances on systemd, along with many other services. socket activation helps me keep the service up and running whenever there's a request, without manually starting the service. this also can be used for lazy starting.
I deploy outline instances on systemd, along with many other services. socket activation helps me keep the service up and running whenever there's a request, without manually starting the service. this also can be used for lazy starting.
No pledges yet. Be the first to back this.
Comments
Similar requests
Postgres Unit Socket Support
1 vote · 0 comments
Add more options for launching a self-hosted web server
1 vote · 0 comments
Feature Request: Marp Syntax Support in Presentation Mode
1 vote · 0 comments
Feature Request: Gitea / Forgejo OAuth2 & embedded links support
1 vote · 0 comments
Enable PKCE for OIDC flows
2 votes · 0 comments
No comments yet.