| AppaRao Puli | 0084047 | 2018-10-03 19:37:46 +0530 | [diff] [blame^] | 1 | [Unit] |
| 2 | Description=Daemon to control service configuration | ||||
| 3 | |||||
| 4 | [Service] | ||||
| 5 | Restart=always | ||||
| 6 | ExecStart={sbindir}/phosphor-srvcfg-manager | ||||
| 7 | RestartSec=5 | ||||
| 8 | StartLimitInterval=0 | ||||
| 9 | Type=dbus | ||||
| 10 | BusName=xyz.openbmc_project.Control.Service.Manager | ||||
| 11 | |||||
| 12 | [Install] | ||||
| 13 | WantedBy=basic.target | ||||