Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 20, 2018
1 parent c2668cb commit 8756dda
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ tar zxf nginx-1.13.3.tar.gz
cd nginx-1.11.5
./configure


....
Configuration summary
+ using system PCRE library
Expand Down Expand Up @@ -195,17 +194,19 @@ PrivateTmp=true
WantedBy=multi-user.target
```

[Unit]:服务的说明
Description:描述服务
After:描述服务类别
[Service]服务运行参数的设置
Type=forking是后台运行的形式
ExecStart为服务的具体运行命令
ExecReload为重启命令
ExecStop为停止命令
PrivateTmp=True表示给服务分配独立的临时空间
注意:[Service]的启动、重启、停止命令全部要求使用绝对路径
[Install]运行级别下服务安装的相关设置,可设置为多用户,即系统运行级别为3
- `[Unit]`:服务的说明
- `Description`:描述服务
- `After`:描述服务类别
- `[Service]`服务运行参数的设置
- `Type=forking`是后台运行的形式
- `ExecStart`为服务的具体运行命令
- `ExecReload`为重启命令
- `ExecStop`为停止命令
- `PrivateTmp=True`表示给服务分配独立的临时空间

注意:`[Service]`的启动、重启、停止命令全部要求使用绝对路径。

`[Install]`运行级别下服务安装的相关设置,可设置为多用户,即系统运行级别为`3`

保存退出。

Expand Down

0 comments on commit 8756dda

Please sign in to comment.