when installing (systemctl enable) a unit with the following install section: [Install] WantedBy = dev-disk-by\x2duuid-xyz.device the unit's name gets un-escaped, and a link created in '/etc/systemd/system/dev-disk-by-uuid-xyz.device.wants/' (note that the \x2d is replaced with a dash) however, when the device is actually inserted, systemd looks in '/etc/systemd/system/dev-disk-by\x2duuid-xyz.device.wants' (which does not exist).
*** This bug has been marked as a duplicate of bug 49316 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.