ktorio/ktor

Systemd sockets

Open

#1899 opened on May 27, 2020

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

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