Vivekanand Veeracholan | e3f3370 | 2021-06-16 15:29:15 -0700 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Set NICEnabled property to true |
| 3 | Wants=xyz.openbmc_project.Network.service |
| 4 | After=xyz.openbmc_project.Network.service |
| 5 | Wants=mapper-wait@-xyz-openbmc_project-network-@NCSI_IF@.service |
| 6 | After=mapper-wait@-xyz-openbmc_project-network-@NCSI_IF@.service |
| 7 | StartLimitIntervalSec=10 |
| 8 | StartLimitBurst=3 |
| 9 | |
| 10 | [Service] |
| 11 | Type=oneshot |
| 12 | ExecStart=busctl set-property xyz.openbmc_project.Network /xyz/openbmc_project/network/@NCSI_IF@ xyz.openbmc_project.Network.EthernetInterface NICEnabled b true |
| 13 | Restart=on-failure |
| 14 | RestartSec=5 |
| 15 | |
| 16 | [Install] |
| 17 | WantedBy=multi-user.target |