mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-02 01:11:31 +01:00
13 lines
275 B
Bash
13 lines
275 B
Bash
#!/sbin/openrc-run
|
|
|
|
name=conntracct
|
|
description="Conntracct is a tool for extracting network flow information from Linux hosts"
|
|
command=/usr/bin/conntracct
|
|
command_args="$ARGS"
|
|
command_user="conntracct:conntracct"
|
|
supervisor="supervise-daemon"
|
|
|
|
depend() {
|
|
need net
|
|
}
|