~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to templates/icehouse/etcd.conf

  • Committer: Corey Bryant
  • Date: 2015-04-02 20:15:28 UTC
  • mfrom: (81.1.6 trunk) (96 trunk)
  • mto: This revision was merged to the branch mainline in revision 102.
  • Revision ID: corey.bryant@canonical.com-20150402201528-4sofyas6dazz0e45
Deploy from source

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# managed by juju, DO NOT EDIT
2
 
description "etcd"
3
 
author "etcd maintainers"
4
 
 
5
 
start on stopped rc RUNLEVEL=[2345]
6
 
stop on runlevel [!2345]
7
 
 
8
 
respawn
9
 
 
10
 
setuid etcd
11
 
 
12
 
env ETCD_DATA_DIR=/var/lib/etcd
13
 
export ETCD_DATA_DIR
14
 
 
15
 
exec /usr/bin/etcd -proxy on                                                  \
16
 
                   -initial-cluster {{ cluster }}