An open API service indexing awesome lists of open source software.

https://github.com/tristan957/go-sd-notify

Go package for notifying the systemd service manager about start-up completion and other service status changes
https://github.com/tristan957/go-sd-notify

Last synced: 2 months ago
JSON representation

Go package for notifying the systemd service manager about start-up completion and other service status changes

Awesome Lists containing this project

README

        

# `go-sd-notify`

This is a Go implementation of `sd_notify(3)`. At the bottom of that man page,
there are examples of implementing `sd_notify`, and this package is a
translation of those examples to Go, including various helpers.