Categorygithub.com/lab5e/go-systemctl
repository
0.0.6
Repository: https://github.com/lab5e/go-systemctl.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Systemctl / journalctl wrappers for Go

This is a small library that wraps the systemctl and journalctl CLIs for use in Go programs.

There are CGo implementations that does the same but these require no cgo and invokes the executables directly and parses the output.

This obviously only works on computers where there are systemctl and journalctl commands available.

This implements a bare minium of what's needed now so it's not exactly jam-packed with features :)