Service control commands. Functionality is similar to SYSTEMCTL & BREW SERVICE, except it's cross-platform and works in sandbox mode.
./nodectl service <command> [parameters] [options]
start - Start server components
stop - Stop server components
status - Display status of installed server components
reload - Reload server config files (without a restart)
restart - Stop & then start server components
enable - Enable a server component
disable - Disable component from starting automatically
config - Configure a component
init - Initialize a component
--json # Turn on JSON output
--debug # Turn on debug logging
--silent # Less noisy
--verbose or -v # More noisy