guowenxue
2023-12-12 849fbd3ab201e2e4694d302787fed48fb2172898
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