aboutsummaryrefslogtreecommitdiff
path: root/wpa_supplicant/systemd/wpa_supplicant-nl80211.service.arg.in
blob: 4eab33526bba0ed95a2576f4616c4038b9143508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=WPA supplicant daemon (for interface %I using nl80211)
Requires=sys-subsystem-net-devices-%i.device
After=sys-subsystem-net-devices-%i.device
Before=network.target
Wants=network.target

# NetworkManager users will probably want the dbus version instead.

[Service]
Type=simple
ExecStart=@BINDIR@/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-nl80211-%I.conf -Dnl80211 -i%I

[Install]
WantedBy=multi-user.target