Web Hosting & VPS Tips

Unleash Your Server Potential with Expert Insights

Hosting provided by: Cloudways
Free to Try! Up to 40% Off!

Category: Bash

Monitor services on Debian—create check sh with #!/bin/bash\nsystemctl is-active nginx || systemctl restart nginx add to cron: */5 * * * * /path/to/check sh Test with /check sh—expect restart if down Ensures uptime on Linode

Back to All Tips