From 068e82ef2821cb4f9bdf29e354df6638e697948e Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sun, 1 Apr 2018 00:09:40 +0200 Subject: [PATCH] userService variable use real JSON Boolean type --- modules.d/SER_Users.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules.d/SER_Users.conf b/modules.d/SER_Users.conf index d402b34..9a14348 100644 --- a/modules.d/SER_Users.conf +++ b/modules.d/SER_Users.conf @@ -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 } ] }