]> git.parisson.com Git - telecaster-server.git/commitdiff
kill all deefuzzer
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 1 Feb 2024 15:36:42 +0000 (16:36 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 1 Feb 2024 15:36:42 +0000 (16:36 +0100)
etc/init.d/telecaster

index b616e0d3feaa3c9a9d1c386849576a2b27c665f4..583dfe489ee66bf017779a518674d69575347892 100755 (executable)
@@ -48,8 +48,7 @@ case "$1" in
                 pid=`cat $PIDFILE | sed -e 's/\s.*//'|head -n1`
         if [ ! pid = '' ]; then
             su -c "pkill -9 -f monitor_check.py"
-            su -c "pkill -9 -f telecaster_mp3_monitor.yaml"
-            su -c "pkill -9 -f telecaster_webm_monitor.yaml"
+            su -c "pkill -9 -f deefuzzer"
             su -c "pkill -9 gst-launch-1.0" $USER
             su -c "pkill -9 -f jackd" $USER
             sleep 1