ktorio/ktor

Systemd sockets

Open

#1,899 opened on May 27, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Kotlin (1,254 forks)batch import
featurehelp wanted

Repository metrics

Stars
 (14,408 stars)
PR merge metrics
 (Avg merge 24d 16h) (58 merged PRs in 30d)

Description

Subsystem Server

Systemd can create sockets (TCP, unix domain and more) for services, see https://www.freedesktop.org/software/systemd/man/systemd.socket.html Could this be supported? The socket doesn't disappear when the service is restarted (connections get queued) and it also helps with dependencies between services.

Contributor guide