Control srvcfg manager service file correction.
Corrected the daemon file directory location
and added syslog identifier.
Tested By:
Checked auto loading of srvcfg-manager daemon.
Change-Id: If4b8f66cfe03f0745cbc7d16fd483f8be00e3860
Signed-off-by: AppaRao Puli <apparao.puli@linux.intel.com>
diff --git a/srvcfg-manager.service b/srvcfg-manager.service
index 288b5f4..97d6d82 100644
--- a/srvcfg-manager.service
+++ b/srvcfg-manager.service
@@ -3,9 +3,10 @@
[Service]
Restart=always
-ExecStart={sbindir}/phosphor-srvcfg-manager
+ExecStart=/usr/bin/env phosphor-srvcfg-manager
RestartSec=5
StartLimitInterval=0
+SyslogIdentifier=srvcfg-manager
Type=dbus
BusName=xyz.openbmc_project.Control.Service.Manager