Update Consul部署说明.md

pull/72/head
StarsL.cn 2023-07-26 02:59:17 +08:00 committed by GitHub
parent aef582c854
commit 47f834288c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ acl = {
```bash
mkdir /opt/consul
chown -R consul:consul /opt/consul #注意下数据目录的权限。
chown -R consul:consul /opt/consul
systemctl enable consul.service
systemctl start consul.service
```