Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.15 KB

SERVICE-README.md

File metadata and controls

22 lines (18 loc) · 1.15 KB

PGEDGE NODECTL SERVICE CONTROLLER

Service control commands. Functionality is similar to SYSTEMCTL & BREW SERVICE, except it's cross-platform and works in sandbox mode.

Synopsis

./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

Options

--json             # Turn on JSON output
--debug            # Turn on debug logging
--silent           # Less noisy
--verbose or -v    # More noisy