Skip to content

Commit

Permalink
update journalctl hint
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Jan 22, 2024
1 parent 7696844 commit a958b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ A: `v<openbmclapi 版本>-<go-openbmclapi 构建计数>`, 例: `v1.6.7-60`
4. 使用`systemctl start go-openbmclapi.service`启动服务
- 使用`systemctl reload go-openbmclapi.service`可重新加载配置文件
- 使用`systemctl stop go-openbmclapi.service`停止服务
- 使用`journalctl -f -u go-openbmclapi.service`实时监听日志
- 使用`journalctl -f --output cat -u go-openbmclapi.service`实时监听日志

### 从源代码运行

Expand Down
2 changes: 1 addition & 1 deletion service/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ echo "
Use 'systemctl start go-openbmclapi.service' to start openbmclapi server
Use 'systemctl stop go-openbmclapi.service' to stop openbmclapi server
Use 'systemctl reload go-openbmclapi.service' to reload openbmclapi server configs
Use 'journalctl -f -u go-openbmclapi.service' to watch the openbmclapi logs
Use 'journalctl -f --output cat -u go-openbmclapi.service' to watch the openbmclapi logs
"

0 comments on commit a958b35

Please sign in to comment.