1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
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

13 lines
237 B
Text

#!/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
}