6 lines
123 B
Bash
6 lines
123 B
Bash
#!/bin/sh
|
|
|
|
[ -r conf ] && . ./conf
|
|
|
|
exec tcpsvd -vllogserver -u nobody ${HOST:-0} ${PORT:-10116} socklog ucspi TCPREMOTEIP
|