serviceman/manager/doc.go

8 lines
382 B
Go

// Package manager can be used cross-platform to add apps
// as either userspace or system services for fairly simple applications.
// This is not intended for complex or highly platform-specific service installers.
//
// I'm prototyping this out to be useful for more than just watchdog
// hence there are a few unnecessary things for the sake of the trying it out
package manager