Skip to content

Simply watch over your system daemons, restart, log, monitor

License

Notifications You must be signed in to change notification settings

sinasalek/EasyDaemonizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

EasyDeamonizer

Simply watches over your application (start, restart, log, monitor, etc). a generic script to make sure that your appliation remains running properly. Intentionally it uses process name instread of pid/lock file to prevent all its side effects and keep the script as simple and as stirghforward as possible, so it always works even when EasyDaemonizer itself is restarted.

Features

  • Starts the application and optionally a customized delay for each start
  • Makes sure that only one instance is running
  • Monitors CPU usage and restarts the app automatically when it reaches the defined threshold
  • Setting EasyDeamonizer to run via cron to run it again if it's halted for any reason
  • Logs its activity

Happy Forking :)

About

Simply watch over your system daemons, restart, log, monitor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages