Skip to content

hobnob/spawnd

This branch is up to date with tomponline/spawnd:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Root
May 6, 2012
84a512a · May 6, 2012

History

25 Commits
May 6, 2012
May 6, 2012
May 6, 2012
May 6, 2012

Repository files navigation

spawnd

Process manager written in PHP. It manages persistent processes and restarts them if they stop.

It supports the following features currently:

  • Running multiple concurrent processes
  • Restarting processes if they stop
  • Modifying configuration live without restarting
  • Enable/disable processes without restarting

##Configuring Spawnd is configured with ini files in /etc/spawnd

You can create 1 single ini file or multiple smaller ones.

Each process is contained with in its own ini section, e.g.

[commandName]
cmd=/usr/bin/mycommand
enabled=1

About

PHP process manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published