Skip to content

parthpatangia/supervisor-daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Supervisor Daemon Script

This tool checks that the process is running and at all times and starts it in the case it is down. It takes these as parameters:

  1. Seconds to wait between attempts to restart service
  2. Number of attempts before giving up
  3. Process to supervise
  4. Check interval in seconds

Example

./supervisor.sh 1 2 "<process>" 4

About

This tool checks that the process is running and at all times and starts it in the case it is down.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages