1[Unit] 2Description=Daemon to control service configuration 3 4[Service] 5Restart=always 6ExecStart={sbindir}/phosphor-srvcfg-manager 7RestartSec=5 8StartLimitInterval=0 9Type=dbus 10BusName=xyz.openbmc_project.Control.Service.Manager 11 12[Install] 13WantedBy=basic.target 14