2003-07-09 00:59:57 +02:00
|
|
|
# default: on
|
|
|
|
# description: FirebirdSQL server
|
|
|
|
#
|
2004-08-13 01:28:37 +02:00
|
|
|
# Be careful when commenting out entries in this file. Active key entry should
|
|
|
|
# be the first as some scripts (CSchangeRunUser.sh in particular) use sed
|
|
|
|
# scripting to modify it.
|
|
|
|
|
2010-03-11 15:40:50 +01:00
|
|
|
service @FB_SERVICE_NAME@
|
2003-07-09 00:59:57 +02:00
|
|
|
{
|
2004-08-13 01:28:37 +02:00
|
|
|
disable = no
|
|
|
|
flags = REUSE
|
|
|
|
socket_type = stream
|
|
|
|
wait = no
|
|
|
|
user = root
|
2004-11-18 20:53:25 +01:00
|
|
|
# These lines cause problems with Windows XP SP2 clients
|
|
|
|
# using default firewall configuration (SF#1065511)
|
|
|
|
# log_on_success += USERID
|
|
|
|
# log_on_failure += USERID
|
2010-04-15 16:40:27 +02:00
|
|
|
server = @FB_SBINDIR@/fb_smp_server
|
2003-07-09 00:59:57 +02:00
|
|
|
}
|