sproc-0.1.0 is not a library.
Visit the last successful build:
sproc-0.5.6
sproc
Sproc is a simplified process manager that is designed to act as an interface for running simple services that aren't expected to exit.
Config
Services are defined in Sproc using a simple services.toml file (passed into Sproc using the pin command).
[]
= "example --a b" # required
= "/home/example" # required
[] # optional
= "42"
Usage
Load config file:
Start service:
Start all services:
Stop a service:
Stop all services:
Get running service info:
Get info about all running services: