2016-01-19 14:23:19 +00:00
|
|
|
[Unit]
|
|
|
|
Description=etcd
|
2016-07-15 12:17:17 +00:00
|
|
|
After=network.target
|
2016-01-19 14:23:19 +00:00
|
|
|
|
|
|
|
[Service]
|
2016-07-15 12:17:17 +00:00
|
|
|
Type=notify
|
2018-02-12 16:34:01 +00:00
|
|
|
User=root
|
2016-01-19 14:23:19 +00:00
|
|
|
EnvironmentFile=/etc/etcd.env
|
|
|
|
ExecStart={{ bin_dir }}/etcd
|
2016-07-15 12:17:17 +00:00
|
|
|
NotifyAccess=all
|
2016-01-19 14:23:19 +00:00
|
|
|
Restart=always
|
|
|
|
RestartSec=10s
|
|
|
|
LimitNOFILE=40000
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|