Browse Source

fixed manual

main
jkpete 4 weeks ago
parent
commit
1e52101ae8
  1. 8
      InstallManual.md

8
InstallManual.md

@ -154,12 +154,12 @@ sudo chmod 777 install.sh @@ -154,12 +154,12 @@ sudo chmod 777 install.sh
```shell
# 开启服务
sudo systemctl start TrackTarget.service
sudo systemctl start Target.service
# 关闭服务
sudo systemctl stop TrackTarget.service
sudo systemctl stop Target.service
# 重启服务
sudo systemctl restart TrackTarget.service
sudo systemctl restart Target.service
# 查看运行状态
sudo systemctl status TrackTarget.service
sudo systemctl status Target.service
```

Loading…
Cancel
Save