blob: dc6d0da4fa8f45358ef6075058520ce50b02828f [file] [log] [blame]
Nagaraju Goruganti6d7f6402018-09-03 21:56:42 -05001[Unit]
2Description=Phosphor Ldap config updater
3Wants=nslcd.service nscd.service
4After=nslcd.service nscd.service
5Before=xyz.openbmc_project.Software.Sync.service
6
7[Service]
8ExecStart=/usr/bin/env phosphor-ldap-conf
9SyslogIdentifier=phosphor-ldap-conf
10Restart=always
11Type=dbus
12BusName={BUSNAME}
13
14[Install]
15WantedBy={SYSTEMD_DEFAULT_TARGET}