1
0
wpa_supplicant/wpa_supplicant@.service
Karol Babioch 31c917360b Accepting request 646030 from home:13ilya:branches:hardware
- Refresh spec-file: add %license tag.
- Service start after network.target. (need for systemd-networkd)

OBS-URL: https://build.opensuse.org/request/show/646030
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=91
2018-11-02 13:19:30 +00:00

13 lines
320 B
Desktop File

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