Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdlayher/sdnotify
Package sdnotify implements systemd readiness notifications as described in https://www.freedesktop.org/software/systemd/man/sd_notify.html. MIT Licensed.
https://github.com/mdlayher/sdnotify
Last synced: 17 days ago
JSON representation
Package sdnotify implements systemd readiness notifications as described in https://www.freedesktop.org/software/systemd/man/sd_notify.html. MIT Licensed.
- Host: GitHub
- URL: https://github.com/mdlayher/sdnotify
- Owner: mdlayher
- License: mit
- Created: 2020-06-25T00:08:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T16:26:55.000Z (over 2 years ago)
- Last Synced: 2024-10-14T17:52:45.155Z (30 days ago)
- Language: Go
- Size: 14.6 KB
- Stars: 42
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# sdnotify [![Test Status](https://github.com/mdlayher/sdnotify/workflows/Test/badge.svg)](https://github.com/mdlayher/sdnotify/actions) [![Go Reference](https://pkg.go.dev/badge/github.com/mdlayher/sdnotify.svg)](https://pkg.go.dev/github.com/mdlayher/sdnotify) [![Go Report Card](https://goreportcard.com/badge/github.com/mdlayher/sdnotify)](https://goreportcard.com/report/github.com/mdlayher/sdnotify)
Package `sdnotify` implements systemd readiness notifications as described in
https://www.freedesktop.org/software/systemd/man/sd_notify.html. MIT Licensed.