pmdaemon 0.1.4

PMDaemon - A high-performance, cross-platform process manager built in Rust with advanced port management and monitoring capabilities
Documentation
1
2
3
4
5
6
7
8
9
{
  "apps": [
    {
      "name": "test-app",
      "script": "echo",
      "args": ["Hello from config file!"]
    }
  ]
}