Automatically Restart Dead Services Via Bash Scripting
As a server administrator, there’s nothing that bugs me more than services that die all of a sudden. For a web server, an hour’s down time could mean losing a few hundred visitors. This could translate to a loss of advertising income too if you serve ads on your web pages.
I found a snippet of code that I modified to use as a simple service monitoring and restarting tool that I would like to share with all of you.
Read the rest of Automatically Restart Dead Services Via Bash Scripting »











