mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
13 lines
237 B
Text
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
|
|
}
|
|
|