6 lines
132 B
Bash
6 lines
132 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo "[start_datapusher.sh] Starting supervisord."
|
||
|
# Start supervisord
|
||
|
supervisord --configuration /etc/supervisord.conf
|