<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Cannot create mount unit files for hidden (dotted) directories"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=87688#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Cannot create mount unit files for hidden (dotted) directories"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=87688">bug 87688</a>
              from <span class="vcard"><a class="email" href="mailto:cwa@pipeline.com" title="Chris Atkinson <cwa@pipeline.com>"> <span class="fn">Chris Atkinson</span></a>
</span></b>
        <pre>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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>