hack(app-admin/etcd): run all of the scripts in bootstrap

systemd doesn't let you run a script _before_ the env variables get set.
This makes sense so run the scripts first.
This commit is contained in:
Brandon Philips 2013-05-30 02:57:27 -07:00
parent c48baae65f
commit 7cf225bd36
2 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[Service]
ExecStart=/usr/lib/etcd/host/doozerd/configure.sh
ExecStart=/usr/lib/etcd/host/riak/configure.sh
Before=etcd.service
[Install]