dhcpcd: make dhcpcd@.service use the correct wpa_supplicant conf file.

This commit is contained in:
Juan RP 2014-01-18 14:23:56 +01:00
parent 9acd99ca3c
commit 739f34813f
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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"