Show the config path in the info
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
842662f3d5
commit
6f2db37dff
1
ssm
1
ssm
|
@ -280,6 +280,7 @@ info() {
|
||||||
"$_status_label" "$_status"
|
"$_status_label" "$_status"
|
||||||
"Exec" "${service_command[*]} ${service_args[*]}"
|
"Exec" "${service_command[*]} ${service_args[*]}"
|
||||||
"Respawn" "${service_respawn:-false}"
|
"Respawn" "${service_respawn:-false}"
|
||||||
|
"Config path" "${service_config}"
|
||||||
)
|
)
|
||||||
|
|
||||||
[[ "$_status" == 'yes' ]] && {
|
[[ "$_status" == 'yes' ]] && {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user