From 96e686c680faf770590612df1b1c074d0a65a529 Mon Sep 17 00:00:00 2001 From: Andrew Bettison Date: Fri, 7 Dec 2012 15:57:40 +1030 Subject: [PATCH] servald 'stop' command loads config permissively --- commandline.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commandline.c b/commandline.c index 46bf65d9..9b3d260d 100644 --- a/commandline.c +++ b/commandline.c @@ -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","",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","",NULL},0, + {app_server_stop,{"stop","in","",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."},