blob: 892411b1024b1c6a4b6b5d7f6eff2da57fd5fb73 [file] [log] [blame]
Jan Kundráta6b3f5a2020-01-29 19:27:28 +01001[Unit]
2Description=Save the machine-id into U-Boot environment if not set
3
4[Service]
5Type=oneshot
6ExecStart=/bin/sh -c 'fw_printenv machineid &>/dev/null || fw_setenv machineid $(cat /etc/machine-id)'