Worker_initEnd(worker);
 
        sleep(1);
-       system("/home/hades/tt00/slow/dtu/dtuctrl -t ctu reset");
-       system("/home/hades/tt00/slow/dtu/dtuctrl -t ctu rate 1");
-       system("/home/hades/tt00/slow/dtu/dtuctrl -t ctu start");
+       system("dtuctrl -t ctu reset");
+       system("dtuctrl -t ctu start");
        (*ctuEnabled) = 1;
        if (0 == setjmp(terminateJmp)) {
                pause();
        }
        sleep(3);
-       system("/home/hades/tt00/slow/dtu/dtuctrl -t ctu stop");
+       system("dtuctrl -t ctu stop");
        (*ctuEnabled) = 0;
 
        Worker_fini(worker);