forked from pool/wpa_supplicant
61a0215391
- Added .service files that accept interfaces as %i arguments so 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/447507 OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=72
14 lines
304 B
Desktop File
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
|
|
|