17 lines
247 B
Text
17 lines
247 B
Text
|
[Unit]
|
||
|
Description=etcd
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=notify
|
||
|
User=root
|
||
|
EnvironmentFile=/etc/etcd-events.env
|
||
|
ExecStart={{ bin_dir }}/etcd
|
||
|
NotifyAccess=all
|
||
|
Restart=always
|
||
|
RestartSec=10s
|
||
|
LimitNOFILE=40000
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|