Bug 78994 - when installing an unit, needles un-escaping of dependent (wantedby) units
Summary: when installing an unit, needles un-escaping of dependent (wantedby) units
Status: RESOLVED DUPLICATE of bug 49316
Alias: None
Product: systemd
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: All All
: medium normal
Assignee: systemd-bugs
QA Contact: systemd-bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-20 23:53 UTC by yannay
Modified: 2014-05-25 21:58 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.