mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Similar to dnsmasq, ssdp-responder saves state data across reboots in the /var/lib/misc/ directory. In the case of ssdp-responder it is the (per-device unique) UUID that is generated on first boot. Workaround only needed for systemd builds, the sysv skeleton already has the /var/lib/misc/ directory. Signed-off-by: Joachim Wiberg <troglobit@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>