Linux script to check if a service is running and

14 anos atrás
Here is a simple script that will check if your specified service is running and will start it if it’s stopped. You will have to replace “replace_me_with_a_valid_service” with the name of the service you want to check [crayon-68a1db9a08f53746460638/] You can place it in crontab and have it ...