summaryrefslogtreecommitdiff
path: root/testing/dhcp/dhcpd4.service
diff options
context:
space:
mode:
Diffstat (limited to 'testing/dhcp/dhcpd4.service')
-rw-r--r--testing/dhcp/dhcpd4.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/dhcp/dhcpd4.service b/testing/dhcp/dhcpd4.service
deleted file mode 100644
index 2ef4a9f26..000000000
--- a/testing/dhcp/dhcpd4.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=IPv4 DHCP server
-After=network.target
-
-[Service]
-Type=forking
-PIDFile=/run/dhcpd4.pid
-ExecStart=/usr/sbin/dhcpd -4 -q -pf /run/dhcpd4.pid
-ExecReload=/bin/kill -TERM $MAINPID
-KillSignal=SIGINT
-
-[Install]
-WantedBy=multi-user.target