21 lines
657 B
Plaintext
21 lines
657 B
Plaintext
service ctf
|
|
{
|
|
disable = no
|
|
socket_type = stream
|
|
protocol = tcp
|
|
wait = no
|
|
user = root
|
|
type = UNLISTED
|
|
port = 3000
|
|
bind = 0.0.0.0
|
|
server = /home/debian/src/run.sh
|
|
banner_fail = /etc/banner_fail
|
|
# safety options
|
|
per_source = 10 # the maximum instances of this service per source IP address
|
|
rlimit_cpu = 1 # the maximum number of CPU seconds that the service may use
|
|
#rlimit_as = 1024M # the Address Space resource limit for the service
|
|
log_type = SYSLOG authpriv
|
|
log_on_success = HOST PID
|
|
log_on_failure = HOST
|
|
}
|