11 lines
289 B
Desktop File
Executable File
11 lines
289 B
Desktop File
Executable File
[Unit]
|
|
Description=Write GUID to eeprom
|
|
After=xyz.openbmc_project.Settings.service
|
|
After=com.luxshare.eeprom.service
|
|
Wants=xyz.openbmc_project.Settings.service
|
|
ConditionPathExists=/run/initramfs/read-guid-from-eeprom.done
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/write-guid-to-eeprom.sh
|