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