userService variable use real JSON Boolean type
This commit is contained in:
parent
c107756bd5
commit
068e82ef28
1 changed files with 7 additions and 7 deletions
|
@ -7,43 +7,43 @@
|
||||||
"_comment" : "Disable sync service (useful for calendars, contact, mesaging and other sync applications)",
|
"_comment" : "Disable sync service (useful for calendars, contact, mesaging and other sync applications)",
|
||||||
"action" : "DisableService",
|
"action" : "DisableService",
|
||||||
"name" : "OneSyncSvc",
|
"name" : "OneSyncSvc",
|
||||||
"userService" : "True"
|
"userService" : true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_comment" : "Disable connected user platform service",
|
"_comment" : "Disable connected user platform service",
|
||||||
"action" : "DisableService",
|
"action" : "DisableService",
|
||||||
"name" : "CDPUserSvc",
|
"name" : "CDPUserSvc",
|
||||||
"userService" : "True"
|
"userService" : true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_comment" : "Disable messaging service",
|
"_comment" : "Disable messaging service",
|
||||||
"action" : "DisableService",
|
"action" : "DisableService",
|
||||||
"name" : "MessagingService",
|
"name" : "MessagingService",
|
||||||
"userService" : "True"
|
"userService" : true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_comment" : "Disable contact data service",
|
"_comment" : "Disable contact data service",
|
||||||
"action" : "DisableService",
|
"action" : "DisableService",
|
||||||
"name" : "PimIndexMaintenanceSvc",
|
"name" : "PimIndexMaintenanceSvc",
|
||||||
"userService" : "True"
|
"userService" : true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_comment" : "Disable contact data service",
|
"_comment" : "Disable contact data service",
|
||||||
"action" : "DisableService",
|
"action" : "DisableService",
|
||||||
"name" : "UnistoreSvc",
|
"name" : "UnistoreSvc",
|
||||||
"userService" : "True"
|
"userService" : true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_comment" : "Disable user data sharing service",
|
"_comment" : "Disable user data sharing service",
|
||||||
"action" : "DisableService",
|
"action" : "DisableService",
|
||||||
"name" : "UserDataSvc",
|
"name" : "UserDataSvc",
|
||||||
"userService" : "True"
|
"userService" : true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_comment" : "Disable contact data service",
|
"_comment" : "Disable contact data service",
|
||||||
"action" : "DisableService",
|
"action" : "DisableService",
|
||||||
"name" : "WpnUserService",
|
"name" : "WpnUserService",
|
||||||
"userService" : "True"
|
"userService" : true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue