Registry / utility / mdlayher-sdnotify

mdlayher-sdnotify

JSON →
library1.0.0gogounverified

Package sdnotify implements systemd readiness notifications as described in the sd_notify documentation.

go get github.com/mdlayher/sdnotify
INSTALL
IMPORT
SIG · MDLAYHER-SDNOTIFY
M
mdlayher-sdnotify
utilitygov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sdnotify
github.com/mdlayher/sdnotify

Notifies systemd that the service is ready.

package main import ( "github.com/mdlayher/sdnotify" ) func main() { if err := sdnotify.Ready(); err != nil { panic(err) } select {} }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
1 hits · last 30 days
Meta
1
Resources
mdlayher-sdnotify — go get mdlayher-sdnotify · libregistry