Registry / utility / iguanesolutions-go-systemd-v5

iguanesolutions-go-systemd-v5

JSON →
library5.2.0gogounverified

A Go library for interacting with systemd, including journal logging, socket activation, and unit management.

go get github.com/iguanesolutions/go-systemd/v5
INSTALL
IMPORT
SIG · IGUANESOLUTIONS-GO
I
iguanesolutions-go-systemd-v5
utilitygov5.2.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.

systemd
github.com/iguanesolutions/go-systemd/v5

Send a message to the systemd journal.

package main import ( "fmt" "github.com/iguanesolutions/go-systemd/v5/journal" ) func main() { err := journal.Send("Hello, systemd!", journal.PriInfo, nil) if err != nil { panic(err) } fmt.Println("Message sent to journal") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
iguanesolutions-go-systemd-v5 — go get iguanesolutions-go-systemd-v5 · libregistry