2011-09-08 18:30:41 +00:00
|
|
|
[Unit]
|
2015-11-03 09:20:13 +00:00
|
|
|
Description=WPA supplicant
|
2012-05-01 17:06:05 +00:00
|
|
|
Before=network.target
|
2015-11-03 09:20:13 +00:00
|
|
|
Wants=network.target
|
2015-11-16 17:26:53 +00:00
|
|
|
After=dbus.service
|
2011-09-08 18:30:41 +00:00
|
|
|
|
|
|
|
[Service]
|
2012-05-01 17:06:05 +00:00
|
|
|
Type=dbus
|
|
|
|
BusName=fi.w1.wpa_supplicant1
|
2011-09-08 18:30:41 +00:00
|
|
|
EnvironmentFile=-/etc/sysconfig/wpa_supplicant
|
2015-10-31 21:09:05 +00:00
|
|
|
ExecStart=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u $INTERFACES $DRIVERS $OTHER_ARGS
|
2011-09-08 18:30:41 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|