<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Please consider 'fixing' unit symlinks in /etc (on startup?)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=68102#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Please consider 'fixing' unit symlinks in /etc (on startup?)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=68102">bug 68102</a>
              from <span class="vcard"><a class="email" href="mailto:mgorny@gentoo.org" title="Michał Górny <mgorny@gentoo.org>"> <span class="fn">Michał Górny</span></a>
</span></b>
        <pre>Let's try again.

Let's say i do something like:

  ln -s /foo/bar/foo.service /etc/systemd/system/multi-user.target.wants/

Assuming thar /foo/bar never existed, foo.service will still be used since
systemd uses the basename only. However, if we run some kind of dead symlink
removal script, it would consider the symlink broken.

The idea is that systemd would automatically 'fix' the symlink to point to the
unit file, so that dead symlink tools wouldn't consider it broken.</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>