userService variable use real JSON Boolean type

This commit is contained in:
Yorick Barbanneau 2018-04-01 00:09:40 +02:00
parent c107756bd5
commit 068e82ef28

View file

@ -7,43 +7,43 @@
"_comment" : "Disable sync service (useful for calendars, contact, mesaging and other sync applications)",
"action" : "DisableService",
"name" : "OneSyncSvc",
"userService" : "True"
"userService" : true
},
{
"_comment" : "Disable connected user platform service",
"action" : "DisableService",
"name" : "CDPUserSvc",
"userService" : "True"
"userService" : true
},
{
"_comment" : "Disable messaging service",
"action" : "DisableService",
"name" : "MessagingService",
"userService" : "True"
"userService" : true
},
{
"_comment" : "Disable contact data service",
"action" : "DisableService",
"name" : "PimIndexMaintenanceSvc",
"userService" : "True"
"userService" : true
},
{
"_comment" : "Disable contact data service",
"action" : "DisableService",
"name" : "UnistoreSvc",
"userService" : "True"
"userService" : true
},
{
"_comment" : "Disable user data sharing service",
"action" : "DisableService",
"name" : "UserDataSvc",
"userService" : "True"
"userService" : true
},
{
"_comment" : "Disable contact data service",
"action" : "DisableService",
"name" : "WpnUserService",
"userService" : "True"
"userService" : true
}
]
}