We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5904999 commit 4782956Copy full SHA for 4782956
1 file changed
bin/v-list-sys-services
@@ -203,7 +203,7 @@ fi
203
service=$FIREWALL_EXTENSION
204
if [ ! -z "$service" ] && [ "$service" != 'remote' ]; then
205
get_srv_state $service
206
- str="$str\nNAME='$service' SYSTEM='job scheduler' STATE='$state'"
+ str="$str\nNAME='$service' SYSTEM='Brute force blocking' STATE='$state'"
207
str="$str CPU='$cpu' MEM='$mem' RTIME='$rtime'"
208
fi
209
0 commit comments