# Every-boot привязка persistent machine-id из /data → /etc/machine-id (a-base §11): # генерация — one-shot в firstboot; bind волатилен и нужен на КАЖДЫЙ boot, до dbus. [Unit] Description=Штурман bind persistent machine-id (/data → /etc/machine-id) Requires=data.mount After=data.mount shturman-firstboot.service Before=dbus.service shturman-settings.service shturman-power.service shturman-shell.service ConditionPathExists=/data/state/machine-id [Service] Type=oneshot RemainAfterExit=yes ExecStart=/bin/sh -c '[ -e /etc/machine-id ] || : > /etc/machine-id; mount --bind /data/state/machine-id /etc/machine-id' [Install] WantedBy=shturman-stage1.target