Hello,

I try to configure systemd 216 to boot an embedded board where the network configuration stays on a different partition.
The boot should look like:
- mount a partition called "config" using a mount unit
- now systemd should reload its configuration to get two network units which resides on the "config" partition [the path /etc/systemd/network/ is linked to that partition] - 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]


My problem is that I can't get systemd to succesfully reload its configuration for my network units after mounting the "config" partition. I tried to to add a ExecStart systemctl daemon-reload inside the wpa_supplicant rule.

If I have the network unit in my (read-only) root filesystem everything works fine. (No reloading is needed here ...)


Is it possible to place the network untis onto a partition which is mounted by systemd?


Best regards,
Matthias

_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to