]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - dhcp/systemd/dhcpd6.service
dhcp: Rework package.
[people/ms/ipfire-3.x.git] / dhcp / systemd / dhcpd6.service
diff --git a/dhcp/systemd/dhcpd6.service b/dhcp/systemd/dhcpd6.service
new file mode 100644 (file)
index 0000000..0931264
--- /dev/null
@@ -0,0 +1,9 @@
+[Unit]
+Description=DHCPv6 Server Daemon
+After=syslog.target network.target
+
+[Service]
+ExecStart=/usr/sbin/dhcpd -d -6 -user dhcpd -group dhcpd --no-pid
+
+[Install]
+WantedBy=multi-user.target