每次系统升级后都面临重启,简单记录如下
1、 Nginx 重启
service nginx status
service nginx restart
2、 MySQL 重启
service mariadb status
service mariadb restart
3、 supervisorctl 恢复
touch /srv/supervisor.sock
chmod 777 /srv/supervisor.sock
chown username:username /srv/supervisor.sock
service supervisord restart
4、重启网站
supervisorctl
start appname
start appname2
5、 查看系统运行情况
top
6、查看端口监听
netstat -antupl