Error in action name
This commit is contained in:
parent
ce7da69a5b
commit
745049551a
2 changed files with 4 additions and 4 deletions
|
@ -4,17 +4,17 @@
|
||||||
"actions" : [
|
"actions" : [
|
||||||
{
|
{
|
||||||
"_comment" : "disable sensors service",
|
"_comment" : "disable sensors service",
|
||||||
"action" : "disableservices",
|
"action" : "DisableService",
|
||||||
"name" : "sensorservice"
|
"name" : "sensorservice"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_comment" : "Disable sensors monitoring service",
|
"_comment" : "Disable sensors monitoring service",
|
||||||
"action" : "disableservices",
|
"action" : "DisableService",
|
||||||
"name" : "SensrSvc"
|
"name" : "SensrSvc"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_comment" : "Disable sensors data service",
|
"_comment" : "Disable sensors data service",
|
||||||
"action" : "disableservices",
|
"action" : "DisableService",
|
||||||
"name" : "SensorDataService"
|
"name" : "SensorDataService"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"actions" : [
|
"actions" : [
|
||||||
{
|
{
|
||||||
"_comment" : "Disable most diagnostic related services",
|
"_comment" : "Disable most diagnostic related services",
|
||||||
"action" : "DisableServices",
|
"action" : "DisableService",
|
||||||
"file" : "DiagServices.txt",
|
"file" : "DiagServices.txt",
|
||||||
"firewall" : "True"
|
"firewall" : "True"
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue