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