| AppaRao Puli | e63eeda | 2019-07-05 16:25:38 +0530 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Daemon manages PFR dbus properties and Event logs | ||||
| 3 | |||||
| 4 | [Service] | ||||
| 5 | Restart=always | ||||
| 6 | ExecStart=/usr/bin/env intel-pfr-manager | ||||
| 7 | RestartSec=5 | ||||
| 8 | StartLimitInterval=0 | ||||
| 9 | SyslogIdentifier=intel-pfr-manager | ||||
| 10 | Type=dbus | ||||
| 11 | BusName=xyz.openbmc_project.Intel.PFR.Manager | ||||
| 12 | |||||
| 13 | [Install] | ||||
| 14 | WantedBy=multi-user.target | ||||