1*c9f7865aSAndrew Geissler[Unit] 2*c9f7865aSAndrew GeisslerDescription=Kea DHCPv6 Server 3*c9f7865aSAndrew GeisslerWants=network-online.target 4*c9f7865aSAndrew GeisslerAfter=network-online.target 5*c9f7865aSAndrew GeisslerAfter=time-sync.target 6*c9f7865aSAndrew Geissler 7*c9f7865aSAndrew Geissler[Service] 8*c9f7865aSAndrew GeisslerExecStartPre=@BASE_BINDIR@/mkdir -p @LOCALSTATEDIR@/run/kea/ 9*c9f7865aSAndrew GeisslerExecStartPre=@BASE_BINDIR@/mkdir -p @LOCALSTATEDIR@/lib/kea 10*c9f7865aSAndrew GeisslerExecStart=@SBINDIR@/kea-dhcp6 -c @SYSCONFDIR@/kea/kea-dhcp6.conf 11*c9f7865aSAndrew Geissler 12*c9f7865aSAndrew Geissler[Install] 13*c9f7865aSAndrew GeisslerWantedBy=multi-user.target 14