0
点赞
收藏
分享

微信扫一扫

宝塔面板定时重启apache、mysql、php5.6等Shell命令


宝塔面板定时重启apache、mysql、php5.6等Shell命令_定时重启

定时重启apache

service httpd restart

定时重启mysql

service mysqld restart

定时重启php5.6

service php-fpm-56 restart

定时重启php5.7

service php-fpm-72 restart

还有一种定时重启php5.6的方法

/etc/init.d/php-fpm-56 restart

停止推送

php /www/wwwroot/yfi6.com/ymwl_pusher/start.php stop

启动推送

php /www/wwwroot/yfi6.com/ymwl_pusher/start.php start -d



举报

相关推荐

0 条评论