[systemd-bugs] [Bug 78994] New: when installing an unit, needles un-escaping of dependent (wantedby) units
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue May 20 16:53:01 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=78994
Priority: medium
Bug ID: 78994
Assignee: systemd-bugs at lists.freedesktop.org
Summary: when installing an unit, needles un-escaping of
dependent (wantedby) units
QA Contact: systemd-bugs at lists.freedesktop.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: yannayl at gmail.com
Hardware: All
Status: NEW
Version: unspecified
Component: general
Product: systemd
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).
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20140520/e03419e5/attachment.html>
More information about the systemd-bugs
mailing list