bigbluebutton-Github/akka-bbb-fsesl/run.sh
Marcel Waldvogel 9140613a96 Services run as starting PID
The starting scripts now `exec` the main service instead of starting
it as a subprocess. Also in line with docker-entrypoint recommendations.
2021-04-05 12:24:29 +02:00

7 lines
122 B
Bash
Executable File

#!/usr/bin/env bash
sbt clean stage
sudo service bbb-fsesl-akka stop
cd target/universal/stage
exec ./bin/bbb-fsesl-akka