diff --git a/config/supervisord.conf b/config/supervisord.conf index c867f6c..2facd6a 100644 --- a/config/supervisord.conf +++ b/config/supervisord.conf @@ -46,7 +46,7 @@ autorestart=true redirect_stderr=true [program:webcamd] -command=/home/printer/mjpg-streamer/mjpg_streamer -i "input_file.so -e -d 0.8 -f /home/printer/webcam_images" -o "output_http.so -w /home/printer/mjpg-streamer/www" +command=/home/printer/mjpg-streamer/mjpg_streamer -i "input_file.so -e -d 0.8 -f /home/printer/mjpg_streamer_images" -o "output_http.so -w /home/printer/mjpg-streamer/www" user=printer process_name=webcamd directory=/home/printer