摘要:
一、环境 centos7.6 redis-6.2.5 二、步骤 1、在 /lib/systemd/system 目录添加 nginx.service 文件 #进入自启文件目录 cd /lib/systemd/system #自定义nginx自启文件 touch redis.service 2、编辑r 阅读全文
摘要:
一、环境 centos7.6 nginx-1.18.0 二、步骤 1、在 /lib/systemd/system 目录添加 nginx.service 文件 #进入自启文件目录cd /lib/systemd/system #自定义nginx自启文件 touch nginx.service 2、编辑n 阅读全文