在cron上重新启动apache
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在cron上重新启动apache相关的知识,希望对你有一定的参考价值。
Create a file in /etc/cron.hourly/ chmod it to 755 make it contain: #!/bin/bash if [ -z "$(pidof httpd)" ]; then service httpd restart; fi
以上是关于在cron上重新启动apache的主要内容,如果未能解决你的问题,请参考以下文章
有没有办法使用cron重新启动pm2进程但是只有它还没有运行?
用于重新启动 memcached 的 Cron 脚本不起作用
在我在docker容器中重新保存cron文件之前,Cron作业不起作用
sh Ubuntu服务器CRON脚本:重新启动服务器,备份数据库,备份Wordpress站点文件,备份清理,Ubuntu服务器日志轮换计划