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.
Change-Id: Ice0807852ba9999757d7d8df53b6cd9f907ff4bf
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
diff --git a/recipes-phosphor/certificate/phosphor-nslcd-cert-config/obmc/cert/nslcd b/recipes-phosphor/certificate/phosphor-nslcd-cert-config/obmc/cert/nslcd
index 03fbec1..8ac1bf7 100644
--- a/recipes-phosphor/certificate/phosphor-nslcd-cert-config/obmc/cert/nslcd
+++ b/recipes-phosphor/certificate/phosphor-nslcd-cert-config/obmc/cert/nslcd
@@ -5,8 +5,5 @@
#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