debian10/omv5 下增加某程序为服务

在service 的目录下建立服务文件,如图进行编辑 cd /usr/lib/systemd/system nano xx.service execstart 是指定程序所在的路径, /etc/xx/xx.json 是其配置文件目录 保存后,运行以下命令 #激活服务 systemctl enable xx.service #启动服务和程序 systemctl start xx.service #查…

继续阅读debian10/omv5 下增加某程序为服务

centos 增加开机启动服务或者shell脚本

背景 发现网站不可访问,排查发现时部署网站的主机重启时,nginx总是没有自动启动导致。于是手动启动,解决了这个问题。再次重启时,仍然出现这个问题。 自启动方案 一,修改/etc/rc.local 将nginx启动加入进去,测试发现无效。 二,在/etc/init.d/ 下建立startnginx.sh脚本,采用chkconfig 加入启动项中,成功。 具体操作 cd /etc/init.d/ n…

继续阅读centos 增加开机启动服务或者shell脚本

最后的内容

不再加载页面