diff options
author | Steve HOLWEG <skytep@gmail.com> | 2018-01-02 14:25:42 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-17 11:25:43 +0000 |
commit | 2a240a88d3a5d9e763ed1d21148ddff1119b0c8a (patch) | |
tree | a8ac441752fe2469e2c4525822ec1cb0020db806 /testing/kea/kea-ctrl-agent.initd | |
parent | a5427922024eb4448d998dd3acb6c15b75a7f8c9 (diff) | |
download | aports-2a240a88d3a5d9e763ed1d21148ddff1119b0c8a.tar.bz2 aports-2a240a88d3a5d9e763ed1d21148ddff1119b0c8a.tar.xz |
testing/kea: new aport
http://kea.isc.org
High-performance, extensible DHCP server engine from ISC, supporting both DHCPv4 and DHCPv6
Diffstat (limited to 'testing/kea/kea-ctrl-agent.initd')
-rwxr-xr-x | testing/kea/kea-ctrl-agent.initd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/kea/kea-ctrl-agent.initd b/testing/kea/kea-ctrl-agent.initd new file mode 100755 index 0000000000..b916dff010 --- /dev/null +++ b/testing/kea/kea-ctrl-agent.initd @@ -0,0 +1,12 @@ +#!/sbin/openrc-run + +name="kea-ctrl-agent" +command="/usr/sbin/kea-ctrl-agent" +command_args="-c /etc/kea/kea-ctrl-agent.conf" +command_background="yes" +pidfile="/run/kea-ctrl-agent.pid" + +depend() { + need net + after firewall +} |