diff --git a/config/supervisord.conf b/config/supervisord.conf index 55b998a..ac1ae8c 100644 --- a/config/supervisord.conf +++ b/config/supervisord.conf @@ -23,7 +23,7 @@ autorestart=false startretries=0 [program:flusher] -command=/usr/bin/flusherp2p --host $HOST_PORT --username $USERNAME --password $PASSWORD --size $FILESIZE +command=/usr/bin/flusherp2p-alpine.sh --host $HOST_PORT --username $USERNAME --password $PASSWORD --size $FILESIZE stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr