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.6.0-rc5
- Published
- Apr 6, 2015
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 36 minutes ago –
Tools for package owners.