8 lines
382 B
Go
Raw Normal View History

2019-07-04 01:36:35 -06:00
// Package manager can be used cross-platform to add apps
2019-07-01 02:44:48 -06:00
// as either userspace or system services for fairly simple applications.
2019-07-04 01:36:35 -06:00
// This is not intended for complex or highly platform-specific service installers.
2019-07-01 02:44:48 -06:00
//
// 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
2019-07-04 01:36:35 -06:00
package manager