summaryrefslogtreecommitdiff
path: root/testing/dhcpcd/dhcpcd.service
diff options
context:
space:
mode:
Diffstat (limited to 'testing/dhcpcd/dhcpcd.service')
-rw-r--r--testing/dhcpcd/dhcpcd.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/dhcpcd/dhcpcd.service b/testing/dhcpcd/dhcpcd.service
deleted file mode 100644
index 25a1923ac..000000000
--- a/testing/dhcpcd/dhcpcd.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=dhcpcd on %I
-Wants=network.target
-Before=network.target
-
-[Service]
-Type=forking
-PIDFile=/run/dhcpcd-%I.pid
-ExecStart=/sbin/dhcpcd -A -q -w %I
-ExecStop=/sbin/dhcpcd -k %I
-
-[Install]
-Alias=multi-user.target.wants/dhcpcd@eth0.service