使用systemctl進行服務管理
以nginx為例
- 操作命令
# 新增一個.service檔案
vim /usr/lib/systemd/system/nginx.service
# 過載系統服務
systemctl daemon-reload
- nginx.service檔案內容
[Unit] # 服務描述
Description=The nginx HTTP and reverse proxy server
After=syslog.target network.target remote-fs.target nss-lookup.target
[Service] # 服務命令
Type=forking
PIDFile=/usr/local/nginx/logs/nginx.pid
# systemctl startPre nginx
ExecStartPre=/usr/local/nginx/sbin/nginx -t -c /usr/local/nginx/conf/nginx.conf
# systemctl start nginx
ExecStart=/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
# systemctl reload nginx
ExecReload=/usr/local/nginx/sbin/nginx -s reload
# systemctl stop nginx
ExecStop=/usr/local/nginx/sbin/nginx -s stop
# systemctl quit nginx
ExecQuit=/usr/local/nginx/sbin/nginx -s quit
PrivateTmp=true
[Install]
WantedBy=multi-user.target
相關文章
- Linux中如何使用systemctl進行服務的管理?Linux
- 使用Systemctl命令來管理系統服務
- linux系統服務(systemctl)的使用Linux
- Systemctl幾個操作服務命令
- SpringCloud系列使用Eureka進行服務治理SpringGCCloud
- SpringCloud進行nacos的服務註冊和服務管理案例SpringGCCloud
- SpringCloud系列之使用Feign進行服務呼叫SpringGCCloud
- CentOS7中使用systemctl列出啟動失敗的服務CentOS
- Spring Cloud Alibaba 使用Feign進行服務消費SpringCloud
- Spring Cloud Alibaba 使用RestTemplate進行服務消費SpringCloudREST
- 使用看板進行任務管理有哪些好處?
- Spring Cloud Alibaba系列(三)使用feign進行服務呼叫SpringCloud
- Asp.Net Core使用SignalR進行服務間呼叫ASP.NETSignalR
- 使用RSocket進行服務通訊的反應性服務簡介 - Rafał Kowalski
- IT服務管理方案——金融行業行業
- 如何有效進行任務管理?
- Spring Cloud Alibaba 使用 feign 和 rebion 進行服務消費SpringCloud
- 使用 RestTemplate 進行第三方Rest服務呼叫REST
- 使用MDNS進行區域網服務發現(.NET Core)DNS
- Winform中使用HttpClient與後端api服務進行互動ORMHTTPclient後端API
- 管理Mac應用使用定位服務Mac
- win10 進入管理服務方法 windows10系統服務怎麼進入Win10Windows
- 換ip服務如何進行挑選
- systemctl 命令在 Linux 中啟動、停止和重新啟動服務Linux
- API服務平臺,可進行分散式執行API分散式
- 如何使用 apt 進行 Linux 包管理APTLinux
- linux中透過systemctl建立服務並實現開機啟動Linux
- 服務型企業的資源管理:助服務行業突破瓶頸!行業
- 使用RSocket進行服務通訊的反應性服務 - 負載平衡和可恢復性 | Rafał Kowalski負載
- Windows 服務管理Windows
- Linux服務管理Linux
- Salesforce 如何使用 Grafana 和 Prometheus 大規模管理服務執行狀況 - grafanaSalesforceGrafanaPrometheus
- 使用JavaScript和網路資訊API進行自適應網路服務JavaScriptAPI
- 如何使用jMeter對某個OData服務進行高併發效能測試JMeter
- 如何使用lerna進行多包(package)管理Package
- IT 服務管理:一站式智慧運維管理服務運維
- 使用Java和Consul實現服務配置管理Java
- 使用Docker搭建自己的Bitwarden密碼管理服務Docker密碼