Documentation ¶
Overview ¶
Package activation provides utilities for inheriting listening sockets from systemd, einhorn, socketmaster, and crank.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DaemonReady ¶
func DaemonReady() (err error)
DaemonReady signals to a parent init system or daemon manager that the daemon is finished starting up. Use after all listening sockets have been opened.
func GetListener ¶
GetListener checks if a daemon manager has passed a pre-activated listener socket. If not, then net.Listener is used to open a new one. index starts at 0 and increments for each additional socket being inherited.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.