Linux 服务器开发自启动,有两种方式实现:
一. 使用定时任务
使用定时任务来运行 .sh 脚本。在shell 脚本中编写nginx,mysql 等的启动脚本。
二. 使用supervisor 来管理进程
使用supervisor 来管理进行的具体 ,可以参照 https://blog.csdn.net/xieliaowa9231/article/details/79077873 实现
Linux 服务器 mysql,tomcat,Nginx 开机自启动
原文:https://www.cnblogs.com/Shunia123/p/10592685.html