https://github.com/julienschmidt/systemd
Native systemd integration for Go (golang) programs
https://github.com/julienschmidt/systemd
go golang journal journald logging socket-activation sockets systemd zero-downtime
Last synced: about 2 months ago
JSON representation
Native systemd integration for Go (golang) programs
- Host: GitHub
- URL: https://github.com/julienschmidt/systemd
- Owner: julienschmidt
- License: mit
- Created: 2017-04-29T06:02:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T16:27:36.000Z (about 9 years ago)
- Last Synced: 2025-07-12T12:02:38.122Z (11 months ago)
- Topics: go, golang, journal, journald, logging, socket-activation, sockets, systemd, zero-downtime
- Language: Go
- Homepage: https://godoc.org/github.com/julienschmidt/systemd
- Size: 27.3 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# systemd [](https://travis-ci.org/julienschmidt/systemd) [](https://coveralls.io/github/julienschmidt/systemd?branch=master) [](https://godoc.org/github.com/julienschmidt/systemd)
This package provides native systemd integration for Go programs.
## Socket Activation
systemd socket activation (or any other compatible socket passing system passing sockets via `LISTEN_FDS` enviornment variables) is enabled by [systemd.Listen](https://godoc.org/github.com/julienschmidt/systemd#Listen) and [systemd.ListenWithNames](https://godoc.org/github.com/julienschmidt/systemd#ListenWithNames).