2
1
mirror of https://github.com/therootcompany/serviceman.git synced 2025-04-02 22:00:37 +00:00
2019-07-04 01:36:35 -06:00

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