A simple Go library for managing systemd daemons.
- Start, stop and restart daemons using
systemctl
. - Check the status of a daemon (active/inactive).
- Import the package in your Go project:
import "github.com/jf17/daemon-manager-systemd/service"
- Build and run your application (using 'sudo').
- Systemd: This library relies on the systemd init system for managing daemons.
Contributions are welcome! Please open an issue or submit a pull request.