/exec

Drop-in replacement for os/exec which enables process tracking and listing

Primary LanguageGo

Package exec is a thin wrapper around the standard library's os/exec package which makes it easy to:

  • Run groups of processes.
  • Persist the information about process groups to disk, so that it is easy to start up the same group later.

For documentation, see https://godoc.org/github.com/scgolang/exec