Sayooj Krishnan
Sayooj Krishnan

Reputation: 87

Daemon to restart a process if it gets killed

I am looking for a daemon which can restart a process if it gets killed. I do not want to use script which keeps on monitoring using ps command. Is there any way by which I can get signals from kernel if a process get killed with which I can restart the process. Is there any open source daemon available for that?

Upvotes: 0

Views: 426

Answers (1)

Hristo Hristov
Hristo Hristov

Reputation: 69

Supervisord should do the work.

Upvotes: 1

Related Questions