summaryrefslogtreecommitdiff
path: root/pcr/openrc-base/dhcpcd.initd
diff options
context:
space:
mode:
authorfreaj <freaj@riseup.net>2015-03-23 11:27:55 +0100
committerfreaj <freaj@riseup.net>2015-03-23 11:27:55 +0100
commit0161d0dd7de853da1f86bb3b6f27adf25977c785 (patch)
tree496f2da02a919ddf4fee0001c274237f72835fe2 /pcr/openrc-base/dhcpcd.initd
parent1846e57b8e352d4f7fa711f32206375d318e93d8 (diff)
downloadabslibre-0161d0dd7de853da1f86bb3b6f27adf25977c785.tar.gz
abslibre-0161d0dd7de853da1f86bb3b6f27adf25977c785.tar.bz2
abslibre-0161d0dd7de853da1f86bb3b6f27adf25977c785.zip
openrc-base: add missing files
Diffstat (limited to 'pcr/openrc-base/dhcpcd.initd')
-rw-r--r--pcr/openrc-base/dhcpcd.initd17
1 files changed, 17 insertions, 0 deletions
diff --git a/pcr/openrc-base/dhcpcd.initd b/pcr/openrc-base/dhcpcd.initd
new file mode 100644
index 000000000..d88b0610d
--- /dev/null
+++ b/pcr/openrc-base/dhcpcd.initd
@@ -0,0 +1,17 @@
+#!/sbin/runscript
+# 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"
+
+depend()
+{
+ provide net
+ need localmount
+ use logger network
+ after bootmisc modules
+ before dns
+}