blob: 892411b1024b1c6a4b6b5d7f6eff2da57fd5fb73 [file] [log] [blame]
[Unit]
Description=Save the machine-id into U-Boot environment if not set
[Service]
Type=oneshot
ExecStart=/bin/sh -c 'fw_printenv machineid &>/dev/null || fw_setenv machineid $(cat /etc/machine-id)'