summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2018-10-26 01:36:15 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-07 17:34:47 -0500
commit2f8d41ff374d274955e742ca77205083872923f3 (patch)
tree3455c71318cbba0eebd38eccfc1fbf1c82708675
parent1fabfdffb6f1e99116a471b616f481dfad4b4df2 (diff)
downloadtalos-openbmc-2f8d41ff374d274955e742ca77205083872923f3.tar.gz
talos-openbmc-2f8d41ff374d274955e742ca77205083872923f3.zip
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 <ojayanth@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/certificate/phosphor-nslcd-cert-config/obmc/cert/nslcd3
1 files changed, 0 insertions, 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
OpenPOWER on IntegriCloud