Fix install etcd by host service (#2297)

Fix bug issues #2289
This commit is contained in:
RongZhang
2018-02-12 10:34:01 -06:00
committed by Matthew Mosesohn
parent 5903aea86f
commit c0aad0a6d5
5 changed files with 23 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ After=network.target
[Service]
Type=notify
User=etcd
User=root
EnvironmentFile=/etc/etcd.env
ExecStart={{ bin_dir }}/etcd
NotifyAccess=all