<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,
    <br>
    <br>
    I try to configure systemd 216 to boot an embedded board where the
    network configuration stays on a different partition.<br>
    The boot should look like:
    <br>
    - mount a partition called "config" using a mount unit
    <br>
    - now systemd should reload its configuration to get two network
    units which resides on the "config" partition [the path <i
      class="moz-txt-slash"><span class="moz-txt-tag">/</span>etc/systemd/network<span
        class="moz-txt-tag">/</span></i> is linked to that partition]
    <br>
    - on the root file system I have a wpa_supplicant@ unit for the
    wlan0 device [the wpa_supplicant.conf file for that device also
    resides on the "config" partition]
    <br>
    <br>
    <br>
    My problem is that I can't get systemd to succesfully reload its
    configuration for my network units after mounting the "config"
    partition.
    <br>
    I tried to to add a ExecStart systemctl daemon-reload inside the
    wpa_supplicant rule.
    <br>
    <br>
    If I have the network unit in my (read-only) root filesystem
    everything works fine. (No reloading is needed here ...)
    <br>
    <br>
    <br>
    Is it possible to place the network untis onto a partition which is
    mounted by systemd?
    <br>
    <br>
    <br>
    Best regards,
    <br>
    Matthias<br>
    <br>
  </body>
</html>