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
- Host: GitHub
- URL: https://github.com/tristan957/go-sd-notify
- Owner: tristan957
- Created: 2024-11-28T06:23:06.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-30T21:49:44.000Z (5 months ago)
- Last Synced: 2025-03-24T12:12:27.349Z (2 months ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/MIT-0.txt
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.