diff --git a/rsselector.sh b/rsselector.sh
index 83f38868fe52a00d2d3616d3bc01a60035e5fe6c..b0adaffff6fdf5c8afb86bfaf64ed7d60044b892 100644
--- a/rsselector.sh
+++ b/rsselector.sh
@@ -102,7 +102,7 @@ run_number=`get_run_number`
 
 daq_log_file=~/.km3_private/daq_${run_number}.log
 JGetMessage -H localhost -T MSG -d 3 >${daq_log_file} &
-
+## impl: get the pid and add to the list of must_kill_at_the_exit
 
 # Copy selected run setup file, changing the run number
 
@@ -111,9 +111,10 @@ JGetMessage -H localhost -T MSG -d 3 >${daq_log_file} &
 dm_driver ${run_duration} | mono DetectorControl.exe --control --reset &
 
 # Launch the DAQ
-DAQ.sh
+DAQ.sh ${run_number}
 
 # Point the browser to the correct address, if required
 zenity --question \
        --text="Would you like to open the DetectorManager GUI?" \
        --cancel-label="No, thanks" && firefox http://localhost:1301/
+