Hi All, I have a network.service (pls see below) for my wireless interface:
[Unit] Description=Network [Service] Restart=on-failure ExecStart=/usr/sbin/wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf [Install] WantedBy=multi-user.target One of the problem was the systemd called the said script before the kernel loads the firmware(/lib/firmware/TIInit_7.2.31.bts). I would like to know if there's a way to determine if the firmware is already loaded before the systemd execute the said service?. Regards, john _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel