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