@forwardimpact/libsupervise
v0.1.23
Published
Process supervision driven by JSON daemon manifests — services stay running and recoverable without manual intervention.
Maintainers
Readme
libsupervise
Process supervision driven by JSON daemon manifests — services stay running and recoverable without manual intervention.
Getting Started
import { createSupervisionTree, LongrunProcess, OneshotProcess } from '@forwardimpact/libsupervise';
const tree = createSupervisionTree('/var/log/fit');