vagrant/templates/guests/coreos/etcd.service.erb

11 lines
248 B
Plaintext
Raw Normal View History

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