Add description

pull/86/head
Dct Mei 2020-04-11 19:09:39 +08:00
parent e9b0793779
commit ee1ded5886
No known key found for this signature in database
GPG Key ID: 50BF8B712DCAD7EA
2 changed files with 33 additions and 1 deletions

View File

@ -11,3 +11,35 @@ $ curl -O https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/insta
```
# ash install-release.sh
```
## 管理指令
### 啟用
```
# rc-update add v2ray
```
### 禁用
```
# rc-update del v2ray
```
### 啟動
```
# rc-service v2ray start
```
### 關閉
```
# rc-service v2ray stop
```
### 重啟
```
# rc-service v2ray restart
```

View File

@ -29,6 +29,6 @@ checkconfig() {
}
start_pre() {
export $env
local $env
checkconfig
}