File: start.sh

package info (click to toggle)
python-monascaclient 2.8.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 488 kB
  • sloc: python: 2,487; sh: 111; makefile: 21
file content (8 lines) | stat: -rwxr-xr-x 200 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh

# Test services we need before starting our service.
echo "Start script: waiting for needed services"
python3 /kafka_wait_for_topics.py
python3 /mysql_check.py

./wait_for.sh "$MONASCA_URI"