Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.11 KB

SERVICE.md

File metadata and controls

18 lines (15 loc) · 1.11 KB

CLI for Service Control

Service control commands function similar to SYSTEMCTL, except they are cross-platform and also work in sandbox mode.

Synopsis

./ctl 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 - Expert only internal command for configuring a service (such as pg15)
init - Expert only internal command for initializing a service (such as pg15)

Options

--json             # Turn on JSON output