George Hung | 3a9aa27 | 2020-06-19 19:45:43 +0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description = Initialization for GBS boot up |
| 3 | Wants=mapper-wait@-xyz-openbmc_project-inventory.service |
| 4 | After=mapper-wait@-xyz-openbmc_project-inventory.service |
George Hung | e2d7195 | 2020-08-05 14:31:09 +0800 | [diff] [blame] | 5 | Wants=mapper-wait@-xyz-openbmc_project-control-nvme.service |
| 6 | After=mapper-wait@-xyz-openbmc_project-control-nvme.service |
George Hung | 3a9aa27 | 2020-06-19 19:45:43 +0800 | [diff] [blame] | 7 | |
| 8 | [Service] |
| 9 | Type=oneshot |
| 10 | ExecStart=/usr/bin/gbs-sysinit.sh |
| 11 | |
| 12 | [Install] |
| 13 | WantedBy=multi-user.target |