ktorio/ktor

Systemd sockets

Open

#1,899 创建于 2020年5月27日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Kotlin (14,408 star) (1,254 fork)batch import
featurehelp wanted

描述

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.

贡献者指南