| Alexander Filippov | 89bd384 | 2019-05-22 11:07:30 +0300 | [diff] [blame^] | 1 | [Unit] |
| 2 | Description=Init BMC Hostname | ||||
| 3 | Wants=mapper-wait@-xyz-openbmc_project-inventory.service | ||||
| 4 | After=mapper-wait@-xyz-openbmc_project-inventory.service | ||||
| 5 | |||||
| 6 | [Service] | ||||
| 7 | ExecStart=/usr/bin/first-boot-set-hostname.sh | ||||
| 8 | Type=oneshot | ||||
| 9 | RemainAfterExit=Yes | ||||
| 10 | |||||
| 11 | [Install] | ||||
| 12 | WantedBy=multi-user.target | ||||
| 13 | |||||