1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 17:25:17 +03:00
aports/testing/kea/kea-dhcp4.initd
Steve HOLWEG 2a240a88d3 testing/kea: new aport
http://kea.isc.org
High-performance, extensible DHCP server engine from ISC, supporting both DHCPv4 and DHCPv6
2018-04-17 11:25:43 +00:00

12 lines
205 B
Text
Executable file

#!/sbin/openrc-run
name="kea-dhcp4"
command="/usr/sbin/kea-dhcp4"
command_args="-c /etc/kea/kea-dhcp4.conf"
command_background="yes"
pidfile="/run/kea-dhcp4.pid"
depend() {
need net
after firewall
}