From 6f2db37dffaa39f5e8fc94b3b4b39cb92f4733c1 Mon Sep 17 00:00:00 2001 From: fbt Date: Sun, 10 Dec 2017 19:48:22 +0300 Subject: [PATCH] Show the config path in the info Signed-off-by: fbt --- ssm | 1 + 1 file changed, 1 insertion(+) diff --git a/ssm b/ssm index ed05ef5..34e9b38 100755 --- a/ssm +++ b/ssm @@ -280,6 +280,7 @@ info() { "$_status_label" "$_status" "Exec" "${service_command[*]} ${service_args[*]}" "Respawn" "${service_respawn:-false}" + "Config path" "${service_config}" ) [[ "$_status" == 'yes' ]] && {