summaryrefslogtreecommitdiffstats
path: root/abs/core/dhcpcd/dhcpcd.service
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-02-16 23:45:14 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-02-19 19:03:03 (GMT)
commitc4243584e2cc38bca40a9a209bd4582ebdb843f1 (patch)
tree9daaa130587485d6ea5f89a33926ed34e4bd2604 /abs/core/dhcpcd/dhcpcd.service
parent49b76b6cbfd0c4ecfc645cb7ae779dfdbc57e503 (diff)
downloadlinhes_pkgbuild-c4243584e2cc38bca40a9a209bd4582ebdb843f1.zip
linhes_pkgbuild-c4243584e2cc38bca40a9a209bd4582ebdb843f1.tar.gz
linhes_pkgbuild-c4243584e2cc38bca40a9a209bd4582ebdb843f1.tar.bz2
dhcpcd: 6.1
update binary path to /usr/bin refs #961
Diffstat (limited to 'abs/core/dhcpcd/dhcpcd.service')
-rw-r--r--abs/core/dhcpcd/dhcpcd.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/core/dhcpcd/dhcpcd.service b/abs/core/dhcpcd/dhcpcd.service
new file mode 100644
index 0000000..489023d
--- /dev/null
+++ b/abs/core/dhcpcd/dhcpcd.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/bin/dhcpcd -q -b
+ExecStop=/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target