2011-09-08 18:30:41 +00:00
|
|
|
[Unit]
|
|
|
|
Description=WPA Supplicant daemon
|
2012-05-01 17:06:05 +00:00
|
|
|
Before=network.target
|
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
|
2014-10-30 17:13:19 +00:00
|
|
|
ExecStart=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf $INTERFACES $DRIVERS $OTHER_ARGS
|
2011-09-08 18:30:41 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|