Skip to content

jf17/daemon-manager-systemd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
    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:

Systemd Daemon Manager Example

Contributing:

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

About

A simple Go library for managing systemd daemons.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages