Reputation: 87
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