mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-02 04:11:33 +02:00
14 lines
237 B
Plaintext
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
|
|
}
|
|
|