mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
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:
parent
c48baae65f
commit
7cf225bd36
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user