Rename systemd template files to avoid @ in the file name
[mech_eap.git] / wpa_supplicant / systemd / wpa_supplicant.service.arg.in
1 [Unit]
2 Description=WPA supplicant daemon (interface-specific version)
3 Requires=sys-subsystem-net-devices-%i.device
4 After=sys-subsystem-net-devices-%i.device
5
6 # NetworkManager users will probably want the dbus version instead.
7
8 [Service]
9 Type=simple
10 ExecStart=@BINDIR@/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-%I.conf -i%I
11
12 [Install]
13 Alias=multi-user.target.wants/wpa_supplicant@wlan0.service