Update Consul部署说明.md

pull/72/head
StarsL.cn 2023-07-26 15:04:32 +08:00 committed by GitHub
parent 88eb38fcfd
commit 1f5a827ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -59,8 +59,10 @@ acl = {
```bash
mkdir /opt/consul
chown -R consul:consul /opt/consul
sed -i 's/Type=notify/Type=exec/g' /usr/lib/systemd/system/consul.service
systemctl daemon-reload
systemctl enable consul.service
systemctl start consul.service
systemctl restart consul.service
```
### consul kv 备份还原