package systemd
import "github.com/docker/docker/pkg/systemd"
Index ¶
- Variables
- func ListenFD(addr string) ([]net.Listener, error)
- func SdBooted() bool
- func SdNotify(state string) error
Variables ¶
Functions ¶
func ListenFD ¶
ListenFD returns the specified socket activated files as a slice of net.Listeners or all of the activated files if "*" is given.
func SdBooted ¶
func SdBooted() bool
Conversion to Go of systemd's sd_booted()
func SdNotify ¶
Send a message to the init daemon. It is common to ignore the error.
Source Files ¶
booted.go listendfd.go sd_notify.go
- Version
- v1.8.2-rc1
- Published
- Sep 3, 2015
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 6 seconds ago –
Tools for package owners.