aboutsummaryrefslogtreecommitdiffstats
path: root/main/dhcpcd/dhcpcd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/dhcpcd/dhcpcd.initd')
-rw-r--r--main/dhcpcd/dhcpcd.initd11
1 files changed, 4 insertions, 7 deletions
diff --git a/main/dhcpcd/dhcpcd.initd b/main/dhcpcd/dhcpcd.initd
index d3f4d76b4c..0539b25daf 100644
--- a/main/dhcpcd/dhcpcd.initd
+++ b/main/dhcpcd/dhcpcd.initd
@@ -1,14 +1,11 @@
#!/sbin/openrc-run
-# Copyright 2007-2008 Roy Marples <roy@marples.name>
-# All rights reserved. Released under the 2-clause BSD license.
-command=/sbin/dhcpcd
-pidfile=/var/run/dhcpcd.pid
-command_args=-q
name="DHCP Client Daemon"
+command="/sbin/dhcpcd"
+pidfile="/run/dhcpcd.pid"
+command_args="-q ${command_args:-}"
-depend()
-{
+depend() {
provide net
need localmount
use logger network