Icon

    This is the documentation for for an older version of Qube.

    Documentation for the latest release is available here.

    Linux

    $ sudo /sbin/service worker restart

    OS X

    $ sudo launchctl stop com.pipelinefx.worker
    $ sudo launchctl start com.pipelinefx.worker

    Windows

    Administrative Tools:

           Click on the Services icon in the Administrative Tools section of the Windows Control Panel. Then select the qubeWorker service and right click to select Restart from the menu.


    Command line 
    - From a command prompt:

       C:> sc stop qubeworker
       C:> sc start qubeworker

    • No labels