summaryrefslogtreecommitdiff
path: root/core/dhcpcd/dhcpcd.service
diff options
context:
space:
mode:
Diffstat (limited to 'core/dhcpcd/dhcpcd.service')
-rw-r--r--core/dhcpcd/dhcpcd.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/dhcpcd/dhcpcd.service b/core/dhcpcd/dhcpcd.service
index 4a3bf366a..489023d3e 100644
--- a/core/dhcpcd/dhcpcd.service
+++ b/core/dhcpcd/dhcpcd.service
@@ -6,8 +6,8 @@ Before=network.target
[Service]
Type=forking
PIDFile=/run/dhcpcd.pid
-ExecStart=/sbin/dhcpcd -q -b
-ExecStop=/sbin/dhcpcd -x
+ExecStart=/bin/dhcpcd -q -b
+ExecStop=/bin/dhcpcd -x
[Install]
WantedBy=multi-user.target