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