summaryrefslogtreecommitdiff
path: root/libre-testing/dhcpcd/dhcpcd.service
diff options
context:
space:
mode:
Diffstat (limited to 'libre-testing/dhcpcd/dhcpcd.service')
-rw-r--r--libre-testing/dhcpcd/dhcpcd.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre-testing/dhcpcd/dhcpcd.service b/libre-testing/dhcpcd/dhcpcd.service
new file mode 100644
index 000000000..e7dc2890a
--- /dev/null
+++ b/libre-testing/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=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target