diff --git a/bin/build_linux.sh b/bin/build_linux.sh old mode 100644 new mode 100755 diff --git a/bin/gateway b/bin/gateway new file mode 100755 index 000000000..d6349e562 Binary files /dev/null and b/bin/gateway differ diff --git a/bin/mainte b/bin/mainte new file mode 100755 index 000000000..32c88ee86 Binary files /dev/null and b/bin/mainte differ diff --git a/bin/start.sh b/bin/start.sh old mode 100644 new mode 100755 index 48a92c7dc..8d3862fe6 --- a/bin/start.sh +++ b/bin/start.sh @@ -1,3 +1,5 @@ +./stup.sh start worker_cross worker ./conf/worker_cross.yaml +sleep 1 ./stup.sh start mainte mainte ./conf/mainte.yaml sleep 1 ./stup.sh start worker_1 worker ./conf/worker_1.yaml diff --git a/bin/stop.sh b/bin/stop.sh old mode 100644 new mode 100755 index d9cd2d95f..f4f421867 --- a/bin/stop.sh +++ b/bin/stop.sh @@ -3,3 +3,5 @@ ./stup.sh stop mainte ./stup.sh stop worker_1 + +./stup.sh stop worker_cross diff --git a/bin/stup.sh b/bin/stup.sh old mode 100644 new mode 100755 diff --git a/bin/worker b/bin/worker new file mode 100755 index 000000000..5f6cb4c45 Binary files /dev/null and b/bin/worker differ