commit | author | age | ||
849fbd | 1 | [Unit] |
G | 2 | Description=WPA supplicant daemon (interface-specific version) |
3 | Before=network.target | |
4 | Wants=network.target | |
5 | ||
6 | # NetworkManager users will probably want the dbus version instead. | |
7 | ||
8 | [Service] | |
9 | Type=simple | |
10 | ExecStart=/usr/sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-%I.conf -i%I | |
11 | ||
12 | [Install] | |
13 | WantedBy=multi-user.target |