| Alexander Filippov | 89bd384 | 2019-05-22 11:07:30 +0300 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Init BMC Hostname | ||||
| Alexander Filippov | d9d1041 | 2019-06-10 19:03:02 +0300 | [diff] [blame] | 3 | Wants=op-vpd-parser.service |
| 4 | After=op-vpd-parser.service | ||||
| Alexander Filippov | 89bd384 | 2019-05-22 11:07:30 +0300 | [diff] [blame] | 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 | |||||