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