mirror of https://github.com/halo-dev/halo
Change halo running command with nohup
parent
5b2591b5c3
commit
dd30b83ee9
|
@ -38,7 +38,7 @@ wget https://github.com/halo-dev/halo/releases/download/v1.0.1/halo-1.0.1.jar -O
|
||||||
### 启动 Halo
|
### 启动 Halo
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nohup java -jar halo-latest.jar &
|
nohup java -jar halo-latest.jar >/dev/null 2>&1&
|
||||||
```
|
```
|
||||||
|
|
||||||
详细文档请移步:<https://halo.run/docs>
|
详细文档请移步:<https://halo.run/docs>
|
||||||
|
|
Loading…
Reference in New Issue