spm icon indicating copy to clipboard operation
spm copied to clipboard

A process manager similar to systemd and foreman with stop feature, written in Go.

Results 9 spm issues
Sort by recently updated
recently updated
newest added

Something like "-r" options in forego

Eliminate very dark and light colors.

I think `kill` command with optional `-s` parameter (to specify signal type) will be helpful for the following case: Example `Procfile`: ``` confd: exec confd -backend etcd -watch -config-file myconfig.toml...