Set skip_key for the "-a" argument for nscp-local

fixes #9984

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
Lennart Betz 2015-08-24 10:22:40 +02:00 committed by Gunnar Beutner
parent 6a8f890e7c
commit 649af5ebb8
1 changed files with 4 additions and 1 deletions

View File

@ -36,7 +36,10 @@ object CheckCommand "nscp-local" {
"-b" = {
set_if = "$nscp_boot$"
}
"-a" = "$nscp_arguments$"
"-a" = {
value = "$nscp_arguments$"
skip_key = true
}
}
vars.nscp_log_level = "critical"