mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-08 03:24:13 +00:00
servald 'stop' command loads config permissively
This commit is contained in:
parent
08fc41f893
commit
96e686c680
@ -1976,9 +1976,9 @@ struct command_line_option command_line_options[]={
|
||||
"Start Serval Mesh node process without detatching from foreground."},
|
||||
{app_server_start,{"start","foreground","in","<instance path>",NULL},CLIFLAG_STANDALONE,
|
||||
"Start Serval Mesh node process with given instance path, without detatching from foreground."},
|
||||
{app_server_stop,{"stop",NULL},0,
|
||||
{app_server_stop,{"stop",NULL},CLIFLAG_PERMISSIVE_CONFIG,
|
||||
"Stop a running Serval Mesh node process with instance path taken from SERVALINSTANCE_PATH environment variable."},
|
||||
{app_server_stop,{"stop","in","<instance path>",NULL},0,
|
||||
{app_server_stop,{"stop","in","<instance path>",NULL},CLIFLAG_PERMISSIVE_CONFIG,
|
||||
"Stop a running Serval Mesh node process with given instance path."},
|
||||
{app_server_status,{"status",NULL},0,
|
||||
"Display information about any running Serval Mesh node."},
|
||||
|
Loading…
x
Reference in New Issue
Block a user