Package: wnpp Severity: wishlist Owner: Alberto Bertogli <albert...@blitiri.com.ar>
* Package name : golang-blitiri-go-systemd Version : 0.0~git20170821.0.aec3508-1 Upstream Author : Alberto Bertogli <albert...@blitiri.com.ar> * URL : https://blitiri.com.ar/git/r/systemd/ * License : MIT (Expat) Programming Lang: Go Description : Utilities to interact with systemd sockets in 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. This will soon be a dependency for package "chasquid".