您好,登錄后才能下訂單哦!
這篇文章主要講解了“CentOS7怎么將Nginx添加系統服務”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“CentOS7怎么將Nginx添加系統服務”吧!
查看服務
首先查看 nginx 的服務狀態,輸入 systemctl status nginx
,結果如下
沒有找到相關的服務,下一步就是添加系統服務。
添加系統服務
在 /usr/lib/systemd/system
目錄中添加 nginx.service
,根據實際情況進行修改,詳細解析可查看下方參考資料中的文章。內容如下
[unit] description=nginx - high performance web server documentation=http://nginx.org/en/docs/ after=network.target remote-fs.target nss-lookup.target [service] type=forking pidfile=/usr/local/nginx/logs/nginx.pid execstartpre=/usr/local/nginx/sbin/nginx -t -c /usr/local/nginx/conf/nginx.conf execstart=/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf execreload=/bin/kill -s hup $mainpid execstop=/bin/kill -s quit $mainpid privatetmp=true [install] wantedby=multi-user.target
添加完成后再來看下
設置開機自動啟動
首先測試一下,重啟然后來查看 nginx 服務
確實沒有啟動。輸入 systemctl start nginx
啟動
可以使用 systemctl
啟動,說明之前添加的 nginx.service
沒有問題。然后輸入 systemctl enable nginx
設置開機啟動
最后重啟檢查下是否設置成功
沒有問題,到此關于 nginx 的編譯安裝完成,接下來是 php 的安裝。
感謝各位的閱讀,以上就是“CentOS7怎么將Nginx添加系統服務”的內容了,經過本文的學習后,相信大家對CentOS7怎么將Nginx添加系統服務這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。