<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:zbyszek@in.waw.pl" title="Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl>"> <span class="fn">Zbigniew Jedrzejewski-Szmek</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - RFE: Make linking an instance service to a non-instance name possible"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73290">bug 73290</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>INVALID
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - RFE: Make linking an instance service to a non-instance name possible"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73290#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - RFE: Make linking an instance service to a non-instance name possible"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73290">bug 73290</a>
              from <span class="vcard"><a class="email" href="mailto:zbyszek@in.waw.pl" title="Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl>"> <span class="fn">Zbigniew Jedrzejewski-Szmek</span></a>
</span></b>
        <pre>Nope, can't do that. We'd have a situation where the unit would both have an
instance and not have an instance. This would confuse things to no end.

That said, it is possible to link an instance name to a unit file outside of
the unit search path, and then the symlink target can be arbitrary, it doesn't
even have to be a valid unit name:

$ ln -sf '/etc/systemd/system/mydisplaymanager@.service'
'/etc/systemd/system/display-manager.service' → not OK
$ cp /etc/systemd/system/mydisplaymanager@.service /etc/display_manager_service
$ ln -s /etc/display_manager_service 
'/etc/systemd/system/display-manager.service' → OK</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>