Blame SOURCES/wpa_supplicant.service

9c84ec
[Unit]
9c84ec
Description=WPA Supplicant daemon
9c84ec
Before=network.target
9c84ec
After=syslog.target
9c84ec
9c84ec
[Service]
9c84ec
Type=dbus
9c84ec
BusName=fi.w1.wpa_supplicant1
9c84ec
EnvironmentFile=-/etc/sysconfig/wpa_supplicant
9c84ec
ExecStart=/usr/sbin/wpa_supplicant -u -f /var/log/wpa_supplicant.log -c /etc/wpa_supplicant/wpa_supplicant.conf $INTERFACES $DRIVERS $OTHER_ARGS
9c84ec
9c84ec
[Install]
9c84ec
WantedBy=multi-user.target
9c84ec