<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - systemctl reload PATTERN reloads disabled units"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90427">90427</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>systemctl reload PATTERN reloads disabled units
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>systemd
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>general
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>systemd-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>lo.severach@spamgourmet.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>systemd-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>systemctl enable <a href="mailto:faxgetty@ttyUSB0.service">faxgetty@ttyUSB0.service</a>
systemctl enable <a href="mailto:faxgetty@ttyUSB1.service">faxgetty@ttyUSB1.service</a>

systemctl -l list-units "faxgetty@*.service"
#We see both services. ttyUSB1 was a mistake so we disable it.

systemctl disable <a href="mailto:faxgetty@ttyUSB1.service">faxgetty@ttyUSB1.service</a>

systemctl -l list-units "faxgetty@*.service"
#We still see both services. I can't see any difference from being disabled.

cd /etc/systemd/system/multi-user.target.wants;ls faxgetty*
#<a href="mailto:faxgetty@ttyUSB0.service">faxgetty@ttyUSB0.service</a>
# Clearly only one service is enabled

systemctl reload "faxgetty@*.service"
#Both services are loaded. Why does reload load a disabled service? If disable
isn't good enough, how do I get ttyUSB1 out of the list that reload
faxgetty*.service wants to reload?</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>