Skip to main content

Using the Node Service

Using a node service is not required to run the node application, but it makes life much easier for a long-lived software like the node application is.

Commands

There are a few basic commands:

CommandSyntaxDescription
Startqclient node service startStarts the node service if it is installed.
Stopqclient node service stopStops the node service if it is running.
Enableqclient node service enableEnables the node service to start on boot.
Restartqclient node service restartRestarts the node service.

For a complete list of node service commands, read the Node Service Commands page.