summaryrefslogtreecommitdiffstats
path: root/dyndhcpd@.service
diff options
context:
space:
mode:
Diffstat (limited to 'dyndhcpd@.service')
-rw-r--r--dyndhcpd@.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/dyndhcpd@.service b/dyndhcpd@.service
new file mode 100644
index 0000000..397116d
--- /dev/null
+++ b/dyndhcpd@.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=IPv4 DHCP server for interface %i
+After=network.target netctl@%i.service
+
+[Service]
+ExecStart=/usr/bin/dyndhcpd -i%i
+
+[Install]
+WantedBy=multi-user.target