1
0
wpa_supplicant/wpa_supplicant@.service
Stanislav Brabec bcfce7d146 Accepting request 435757 from home:dwaas:branches:hardware
- .service files now accept interfaces as %i arguments it's possible
  to call the daemon with:
  "systemctl start wpa_supplicant@$INTERFACE_NAME.service"
  (like openvpn for example)

OBS-URL: https://build.opensuse.org/request/show/435757
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=70
2016-12-13 20:54:51 +00:00

14 lines
304 B
Desktop File

[Unit]
Description=WPA Supplicant daemon (interface %i)
Before=network.target
After=dbus.service
[Service]
Type=dbus
BusName=fi.w1.wpa_supplicant1
ExecStart=/usr/sbin/wpa_supplicant -i%i -c /etc/wpa_supplicant/wpa_supplicant.conf -u -f /var/log/wpa_supplicant.log
[Install]
WantedBy=multi-user.target