Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description = Initialization for GBS boot up
|
||||
Requires=gbs-host-ready.target
|
||||
After=gbs-host-ready.target
|
||||
Wants=mapper-wait@-xyz-openbmc_project-inventory.service
|
||||
After=mapper-wait@-xyz-openbmc_project-inventory.service
|
||||
Wants=mapper-wait@-xyz-openbmc_project-control-nvme.service
|
||||
After=mapper-wait@-xyz-openbmc_project-control-nvme.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/gbs-sysinit.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user