wpa_supplicant: Add systemd support
This commit is contained in:
parent
f67eeb5c32
commit
2ecaec50c8
6 changed files with 52 additions and 0 deletions
13
wpa_supplicant/systemd/wpa_supplicant-wired@.service
Normal file
13
wpa_supplicant/systemd/wpa_supplicant-wired@.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=WPA supplicant daemon (interface- and wired driver-specific version)
|
||||
Requires=sys-subsystem-net-devices-%i.device
|
||||
After=sys-subsystem-net-devices-%i.device
|
||||
|
||||
# NetworkManager users will probably want the dbus version instead.
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-wired-%I.conf -Dwired -i%I
|
||||
|
||||
[Install]
|
||||
Alias=network.target.wants/wpa_supplicant-wired@wlan0.service
|
Loading…
Add table
Add a link
Reference in a new issue