Fix the path

pull/95/head
augustinchen 2018-01-05 16:43:21 +08:00
parent 9172f028be
commit 7b351ce653
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