Bug 78994

Summary: when installing an unit, needles un-escaping of dependent (wantedby) units
Product: systemd Reporter: yannay <yannayl>
Component: generalAssignee: systemd-bugs
Status: RESOLVED DUPLICATE QA Contact: systemd-bugs
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description yannay 2014-05-20 23:53:01 UTC
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).
Comment 1 yannay 2014-05-25 21:58:04 UTC

*** 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.