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 |
Alexander Filippov | d9d1041 | 2019-06-10 19:03:02 +0300 | [diff] [blame] | 5 | Wants=op-vpd-parser.service |
| 6 | After=op-vpd-parser.service |
Alexander Filippov | 89bd384 | 2019-05-22 11:07:30 +0300 | [diff] [blame] | 7 | |
| 8 | [Service] |
| 9 | ExecStart=/usr/bin/first-boot-set-hostname.sh |
| 10 | Type=oneshot |
| 11 | RemainAfterExit=Yes |
| 12 | |
| 13 | [Install] |
| 14 | WantedBy=multi-user.target |
| 15 | |