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