ubuntu 小皮(phpstudy) nginx 开机启动配置
小胖vv
2023-09-01
最近再给客户做一个系统,客户服务器使用的是ubuntu系统,并且是局域网使用的,本来想直接安装 nginx、mysql和php的,结果客户要求装一个类似于宝塔那样的面板,这时我第一个想起来的就是小皮(phpstudy),现在也出了linux的面板,于是尝试的安装了一下,感觉还不错。客户又要求开机启动服务,下面看一下我是怎么配置的。
一、进入到system目录下,命令:
/etc/systemd/system
二、创建nginx.service 文件,命令:
touch nginx.servie chmod 777 nginx.service
三、编辑nginx.service文件
[Unit] Description=nginx After=network.target [Service] Type=forking ExecStart=/usr/local/phpstudy/soft/nginx/nginx-1.15/start ExecReload=/usr/local/phpstudy/soft/nginx/nginx-1.15/reload ExecStop=/usr/local/phpstudy/soft/nginx/nginx-1.15/stop PrivateTmp=true [Install] WantedBy=multi-user.target
文章版权声明
1、本网站名称:阿V编程
2、本站永久网址:https://www.1892zyw.com
3、本网站的部分文章内容/部分资源可能来源于网络,仅提供给大家学习或参考,如有侵权,请联系站长QQ进行删除处理。
4、本站一切资源不代表本站立场,并不代表本站赞同其观点和对其真实性负责。
5、本站一律禁止以任何方式发布或转载任何违法的相关信息,如有发现请向站长举报