From 2f8d41ff374d274955e742ca77205083872923f3 Mon Sep 17 00:00:00 2001 From: Jayanth Othayoth Date: Fri, 26 Oct 2018 01:36:15 -0500 Subject: Disable nslcd service restart during certificate upload Certificate manager restarts the service during upload process based on the specific service file configuration. nslcd service already subscribing upload/delete signal and doing required configuration changes and service restart. This patch is used to disable the service restart related actions from certificate manager during activate/delete process. (From meta-phosphor rev: 36bfc20bc720fdeaecb7c3a7bb801f9a4d9cbfd7) Change-Id: I841c276db1ff0f4487f03f5c2032bb0f5576e226 Signed-off-by: Jayanth Othayoth Signed-off-by: Brad Bishop --- .../certificate/phosphor-nslcd-cert-config/obmc/cert/nslcd | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-phosphor/recipes-phosphor/certificate/phosphor-nslcd-cert-config/obmc/cert/nslcd b/meta-phosphor/recipes-phosphor/certificate/phosphor-nslcd-cert-config/obmc/cert/nslcd index 03fbec1a5..8ac1bf77e 100644 --- a/meta-phosphor/recipes-phosphor/certificate/phosphor-nslcd-cert-config/obmc/cert/nslcd +++ b/meta-phosphor/recipes-phosphor/certificate/phosphor-nslcd-cert-config/obmc/cert/nslcd @@ -5,8 +5,5 @@ ENDPOINT=ldap #Path for the certificate file CERTPATH=/etc/nslcd/certs/cert.pem -#Units to restart -UNIT=nslcd.service - #Type of the service client/server TYPE=client -- cgit v1.2.1