Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.

    Linux
    % sudo /sbin/service worker restart

    OSX OS X
    % sudo launchctl stop com.pipelinefx.worker
    % sudo launchctl start com.pipelinefx.worker

    ...

    Windows (Command line)
    From a command prompt:

    C:> net stop qubeworker
    C:> net start qubeworker