Skip to content

v0.1.0: Merge pull request #1 from nir0s/phase-two

Compare
Choose a tag to compare
@nir0s nir0s released this 30 Dec 08:10
· 26 commits to master since this release
  • Support for systemd, upstart, sysvinit and nssm via the same abstracted API.
  • Can generate, deploy and start a service.
  • Can receive the status of a service and remove it.
  • All service configuration options available through both CLI and API.
  • Automatic discovery of the init-system. Can also manually supply it.
  • Very friendly developer API for adding additional init-systems support.