dhcpcd: make dhcpcd@.service use the correct wpa_supplicant conf file.
This commit is contained in:
parent
9acd99ca3c
commit
739f34813f
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ After=sys-subsystem-net-devices-%i.device
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/run/dhcpcd-%I.pid
|
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
|
ExecStop=/usr/sbin/dhcpcd -x %I
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dhcpcd'
|
# Template file for 'dhcpcd'
|
||||||
pkgname=dhcpcd
|
pkgname=dhcpcd
|
||||||
version=6.2.0
|
version=6.2.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --rundir=/run"
|
configure_args="--prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --rundir=/run"
|
||||||
hostmakedepends="which ntp pkg-config"
|
hostmakedepends="which ntp pkg-config"
|
||||||
|
|
Loading…
Add table
Reference in a new issue