summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-09-21 17:47:04 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-09-21 17:47:04 -0400
commit1177d38eade99299ba9f7ba87184f782b60d19d1 (patch)
tree3d66664417e1a6102a9832fc92229ff1311a0fb9
parent11e955270830a584d39f4c6a2beea166491f0b3e (diff)
mgmt-dhcpcd: Don't try to start dhcpcd@lvpn.service
-rw-r--r--config-parabola-mgmt-dhcpcd.PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-parabola-mgmt-dhcpcd.PKGBUILD b/config-parabola-mgmt-dhcpcd.PKGBUILD
index 9ae55b4..4266904 100644
--- a/config-parabola-mgmt-dhcpcd.PKGBUILD
+++ b/config-parabola-mgmt-dhcpcd.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180909
+pkgver=20180921
package() {
preamble
@@ -16,7 +16,7 @@ depends+=(
# ethernet interface, to avoid any manual configuration of networking,
# that could change if the host VM changes.
add-file etc/udev/rules.d/81-dhcpcd.rules <<-'EOF'
- ACTION=="add", SUBSYSTEM=="net", ENV{SYSTEMD_WANTS}="dhcpcd@$name.service"
+ ACTION=="add", SUBSYSTEM=="net", ID_NET_DRIVER!="tun", ENV{SYSTEMD_WANTS}="dhcpcd@$name.service"
EOF
# In order to work with network-online.target, we order