2013-08-03 18:31:42 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Clustered etcd
|
|
|
|
#After=docker.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Restart=always
|
2013-08-03 20:53:31 +00:00
|
|
|
ExecStart=/usr/bin/etcd -c 4001 -s 7001 -h <%= options[:my_ip] %> <% if options[:connection_string] %>-C <%= options[:connection_string] %><% end %> -d /home/core/etcd
|
2013-08-03 18:31:42 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=local.target
|