Categorygithub.com/mudler/go-processmanager
repositorypackage
0.0.0-20240820160718-8b802d3ecf82
Repository: https://github.com/mudler/go-processmanager.git
Documentation: pkg.go.dev

# README

go-processmanager

Updated version for 2024

  • Updated gopsutils to v4
    • bumps module target to golang 1.18+
  • Allows setting working directory
  • Breaking Change config.KillSignal is now an *int - avoids the need to parse at runtime. options.WithKillSignal will need to be updated.