dhcpcd: make dhcpcd@.service use the correct wpa_supplicant conf file.
This commit is contained in:
parent
9acd99ca3c
commit
739f34813f
|
@ -8,7 +8,7 @@ After=sys-subsystem-net-devices-%i.device
|
|||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/run/dhcpcd-%I.pid
|
||||
ExecStart=/usr/sbin/dhcpcd -q -w %I
|
||||
ExecStart=/usr/sbin/dhcpcd -q -w %I -e "wpa_supplicant_conf=/etc/wpa_supplicant/wpa_supplicant-%I.conf"
|
||||
ExecStop=/usr/sbin/dhcpcd -x %I
|
||||
|
||||
[Install]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dhcpcd'
|
||||
pkgname=dhcpcd
|
||||
version=6.2.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --rundir=/run"
|
||||
hostmakedepends="which ntp pkg-config"
|
||||
|
|
Loading…
Reference in New Issue