13 lines
286 B
Desktop File
13 lines
286 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Read GUID from eeprom
|
||
|
|
After=xyz.openbmc_project.Settings.service
|
||
|
|
After=com.luxshare.eeprom.service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/usr/bin/read-guid-from-eeprom.sh
|
||
|
|
ExecStartPost=touch /run/initramfs/read-guid-from-eeprom.done
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|