Skip to content

Commit

Permalink
Run etcd as etcd user (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhuertas authored Apr 6, 2020
1 parent bd06912 commit 73e76d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/etcd-member.service
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Restart=on-failure
RestartSec=10s
TimeoutStartSec=0
LimitNOFILE=40000
User=etcd
Group=etcd

Environment="ETCD_DATA_DIR=/var/lib/etcd"
Environment="ETCD_NAME=member${index}"
Expand Down

0 comments on commit 73e76d9

Please sign in to comment.