| Deepak Kodihalli | 6935cf6 | 2020-06-15 23:38:27 -0500 | [diff] [blame^] | 1 | [Unit] |
| 2 | Description=Phosphor PLDM Daemon | ||||
| 3 | Wants=mctp-demux.service | ||||
| 4 | After=mctp-demux.service | ||||
| 5 | Wants=mapper-wait@-xyz-openbmc_project-inventory.service | ||||
| 6 | After=mapper-wait@-xyz-openbmc_project-inventory.service | ||||
| 7 | |||||
| 8 | [Service] | ||||
| 9 | Restart=always | ||||
| 10 | EnvironmentFile=/etc/default/pldmd | ||||
| 11 | ExecStart=/usr/bin/pldmd --verbose $VERBOSE | ||||
| 12 | |||||
| 13 | [Install] | ||||
| 14 | WantedBy=multi-user.target | ||||