[systemd-bugs] [Bug 87688] Cannot create mount unit files for hidden (dotted) directories
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jan 1 04:38:29 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=87688
--- Comment #1 from Chris Atkinson <cwa at pipeline.com> ---
I was able to get it to work by escaping the leading ".". In your case you
would name your mountfile "\x2emntpts-doc.mount". You then also need to escape
the mountfile name when starting/stopping it, so "systemctl start
\\x2emntpts-doc.mount".
The discussion of escaping on the man page doesn't seem to cover this case, but
only "-" and unprintable characters.
Note that if you have a .dotfile further down the path (so
"/home/emergencyshower/.mntpts/doc") it seems to work fine, so this seems only
to come into play where you have a dotfile in /.
HTH
--
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/20150101/23d4c72f/attachment-0001.html>
More information about the systemd-bugs
mailing list