[systemd-devel] After firmare
John Tobias
john.tobias.ph at gmail.com
Wed Dec 12 15:57:45 PST 2012
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
More information about the systemd-devel
mailing list