https://github.com/tychosoft/service
Service daemon support for go applications
https://github.com/tychosoft/service
daemon go logger systemd
Last synced: about 1 year ago
JSON representation
Service daemon support for go applications
- Host: GitHub
- URL: https://github.com/tychosoft/service
- Owner: tychosoft
- License: mit
- Created: 2023-11-07T10:24:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T19:59:10.000Z (over 2 years ago)
- Last Synced: 2025-02-01T20:31:17.523Z (over 1 year ago)
- Topics: daemon, go, logger, systemd
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# About service
This is a very simple package I use for supporting service daemons. This is
designed to optionally use systemd on GNU/Linux systems, and supports generic
service daemon execution on other (BSD) posix platforms. It provides
interfaces for both accessing service features and logging. No specific
service functionality is currently offered for Microsoft Windows.