1[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=multi-user.target 16