aports/testing/heplify/heplify.initd
Leonardo Arena 035e88883c testing/heplify: new aport
HEP Capture Agent. This is part of the HOMER 7.x suite
2020-03-13 10:47:27 +00:00

14 lines
237 B
Plaintext

#!/sbin/openrc-run
description="Multi-Protocol Go HEP Capture Agent"
supervisor=supervise-daemon
command=/usr/bin/heplify
command_args=${CMD_OPTS:="-i lo"}
pidfile="/run/homer/${RC_SVCNAME}.pid"
depend() {
need net
after firewall
}