Merge pull request #95 from augustin149/master

Fix the path
pull/96/head
Jimmy Song 2018-01-05 17:20:41 +08:00 committed by GitHub
commit 9b6dc8cf64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ ETCD_ADVERTISE_CLIENT_URLS="https://172.20.0.113:2379"
## 启动 etcd 服务
``` bash
mv etcd.service /usr/lib/system/systemd/
mv etcd.service /usr/lib/systemd/system/
systemctl daemon-reload
systemctl enable etcd
systemctl start etcd