
register nginx systemctl service
Register nginx systemctl service
Easy to manage and use ,,,
vi /lib/systemd/system/nginx.service
Add the following code
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description = nginx
After = network.target
[Service]
Type = forking
ExecStart = /usr/local/nginx/sbin/nginx
ExecReload =/us/local/nginx/sbin/nginx -s reload
ExecStop =/usr/local/nginx/sbin/nginx -s quit
PrivateTmp =true
[Install]
WantedBy = multi-user.target
Common commands
1
2
3
4
5
systemctl start nginx.service //start nginx service
systemctl stop nginx.service //close nginx service
systemctl restart nginx.service // restart nginx service
systemctl reload snginx.service //reload nginx configuration file
systemctl status nginx.service // View nginx service status
💘 相关文章
- 注册nginx的systemctl服务
- Nginx – Unit nginx.service is masked的解决方法
- openwrt使用Nginx 替代uhttpd
- nginx: [emerg] unknown directive "set_real_ip_from"的解决方法
- how to do config nginx allow's cloudflare ip's
- 一款可视化适合小白的cdn构建系统
- nginx安全设置之-限制IP来源只能为cloudflare
- 比systemctl简单的基于C语言的守候进程工具-Joker
- nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate的错误解决方法
- 免费的Nginx 代理,管理器面板