summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/dhcpcd.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/dhcpcd.sh b/net/dhcpcd.sh
index 15fdf45..f8e81f9 100644
--- a/net/dhcpcd.sh
+++ b/net/dhcpcd.sh
@@ -38,9 +38,7 @@ dhcpcd_start() {
# Bring up DHCP for this interface
ebegin "Running dhcpcd"
- eval start-stop-daemon --start --exec /sbin/dhcpcd \
- --pidfile /var/run/"dhcpcd-${IFACE}.pid" \
- -- "${args}" "${IFACE}"
+ eval /sbin/dhcpcd "${args}" "${IFACE}"
eend $? || return 1
_show_address