https://github.com/jf17/daemon-manager-systemd
A simple Go library for managing systemd daemons.
https://github.com/jf17/daemon-manager-systemd
daemon golang jf17 linux systemd
Last synced: 16 days ago
JSON representation
A simple Go library for managing systemd daemons.
- Host: GitHub
- URL: https://github.com/jf17/daemon-manager-systemd
- Owner: jf17
- License: apache-2.0
- Created: 2024-10-13T14:43:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T15:40:24.000Z (9 months ago)
- Last Synced: 2025-02-01T21:41:25.252Z (5 months ago)
- Topics: daemon, golang, jf17, linux, systemd
- Language: Go
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Daemon Manager (systemd)
A simple Go library for managing systemd daemons.
## Features:
* Start, stop and restart daemons using `systemctl`.
* Check the status of a daemon (active/inactive).## Installation:
1. **Import the package in your Go project:**
```go
import "github.com/jf17/daemon-manager-systemd/service"2. **Build and run your application (using 'sudo').**
## Notes:
* **Systemd:** This library relies on the systemd init system for managing daemons.
## Example Usage:

## Contributing:
Contributions are welcome! Please open an issue or submit a pull request.