Skip to content

Instantly share code, notes, and snippets.

@mariuz
Last active August 30, 2016 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mariuz/11372182 to your computer and use it in GitHub Desktop.
Save mariuz/11372182 to your computer and use it in GitHub Desktop.
corrected firebird 2.5 classic xinetd conf
# default: on
# description: FirebirdSQL classic server, v2.5
#
# firebird2.5-classic uses /etc/xinet.d/firebird2.5 by default
service gds_db
{
bind = 127.0.0.1
disable = no
flags = REUSE NODELAY
socket_type = stream
wait = no
user = firebird
log_on_success += USERID
log_on_failure += USERID
instances = UNLIMITED
per_source = UNLIMITED
server = /usr/sbin/fb_inet_server
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment