Linux
$ sudo /usr/bin/systemctl restart worker
Or,
$ sudo /sbin/service worker restart
...
macOS
$ sudo launchctl stop com.pipelinefx.worker
$ sudo launchctl start com.pipelinefx.worker
...
Command line - From a command prompt:
C:> net sc stop qubeworker
C:> net sc start qubeworker