mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 15:25:19 +00:00
Move image back
This commit is contained in:
8
test/image/run-etcd.sh
Normal file
8
test/image/run-etcd.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
ETCD_CMD="/bin/etcd -data-dir=/data"
|
||||
echo -e "Running '$ETCD_CMD'\nBEGIN ETCD OUTPUT\n"
|
||||
|
||||
exec $ETCD_CMD &
|
||||
sleep 4
|
||||
/microserver $*
|
||||
Reference in New Issue
Block a user