mirror of https://gitee.com/bigwinds/arangodb
16 lines
499 B
Plaintext
16 lines
499 B
Plaintext
COMMAND SECTION "DATE" "" "ArangoDB"
|
|
NAME
|
|
COMMAND - control script for the ArangoDB database server
|
|
SYNOPSIS
|
|
COMMAND start|stop
|
|
DESCRIPTION
|
|
The COMMAND script controls the operation of the ArangoDB
|
|
database server daemon running on the system. The COMMAND script
|
|
is normally run at system boot time with the "start" argument, and
|
|
at system shutdown time with the "stop" argument.
|
|
It can also be invoked manually at any time to start or stop the
|
|
ArangoDB database server.
|
|
SEE ALSO
|
|
arangod(8)
|
|
AUTHOR
|