Last active
August 30, 2016 11:24
-
-
Save mariuz/11372182 to your computer and use it in GitHub Desktop.
corrected firebird 2.5 classic xinetd conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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