diff options
Diffstat (limited to 'meta/recipes-connectivity/dhcp/files/dhcpd6.service')
| -rw-r--r-- | meta/recipes-connectivity/dhcp/files/dhcpd6.service | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/dhcp/files/dhcpd6.service b/meta/recipes-connectivity/dhcp/files/dhcpd6.service new file mode 100644 index 0000000000..ca96abb838 --- /dev/null +++ b/meta/recipes-connectivity/dhcp/files/dhcpd6.service | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=DHCPv6 Server Daemon | ||
| 3 | Documentation=man:dhcpd(8) man:dhcpd.conf(5) | ||
| 4 | After=network.target | ||
| 5 | After=time-sync.target | ||
| 6 | |||
| 7 | [Service] | ||
| 8 | PIDFile=@localstatedir@/run/dhcpd6.pid | ||
| 9 | EnvironmentFile=@SYSCONFDIR@/default/dhcp-server | ||
| 10 | EnvironmentFile=-@SYSCONFDIR@/sysconfig/dhcpd6 | ||
| 11 | ExecStartPre=@base_bindir@/touch @localstatedir@/lib/dhcp/dhcpd6.leases | ||
| 12 | ExecStart=@SBINDIR@/dhcpd -f -6 -cf @SYSCONFDIR@/dhcp/dhcpd.conf -pf @localstatedir@/run/dhcpd6.pid $DHCPDARGS -q $INTERFACES | ||
| 13 | |||
| 14 | [Install] | ||
| 15 | WantedBy=multi-user.target | ||
