[ 原始碼: golang-blitiri-go-systemd ]
套件:golang-blitiri-go-systemd-dev(1.1.0-1)
golang-blitiri-go-systemd-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-blitiri-go-systemd:
- [golang-blitiri-go-systemd_1.1.0-1.dsc]
- [golang-blitiri-go-systemd_1.1.0.orig.tar.gz]
- [golang-blitiri-go-systemd_1.1.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [blitiri.com.ar]
相似套件:
Utilities to interact with systemd sockets in Go
blitiri.com.ar/go/systemd is a Go package implementing a way to get network listeners from systemd, similar to C's sd_listen_fds() and sd_listen_fds_with_names().
Supports named file descriptors, which is useful if your daemon needs to be able to tell the different ports apart (e.g. http vs https).
It can be used by daemons to listen on privileged ports without needing to run as root.