summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-09-09 22:25:49 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-09-09 22:25:49 -0400
commitdb5b63e68b51f0cc71e7e99854010dbe82b2e7dc (patch)
tree6205c918ca929c00882dc724f901fc177b060902
parentc78bbbf52ac01cbdeae95dbe0481cb32c837c724 (diff)
mgmt-dhcpcd: Fix
-rw-r--r--config-parabola-mgmt-dhcpcd.PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-parabola-mgmt-dhcpcd.PKGBUILD b/config-parabola-mgmt-dhcpcd.PKGBUILD
index 7cda72c..9ae55b4 100644
--- a/config-parabola-mgmt-dhcpcd.PKGBUILD
+++ b/config-parabola-mgmt-dhcpcd.PKGBUILD
@@ -15,7 +15,7 @@ depends+=(
# We install a udev rule to automatically start dhcpcd on each
# 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'
+add-file etc/udev/rules.d/81-dhcpcd.rules <<-'EOF'
ACTION=="add", SUBSYSTEM=="net", ENV{SYSTEMD_WANTS}="dhcpcd@$name.service"
EOF