mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-25 00:03:03 +01:00
22 lines
537 B
Plaintext
22 lines
537 B
Plaintext
# default: on
|
|
# description: FirebirdSQL server
|
|
#
|
|
# Be careful when commenting out entries in this file.
|
|
# Active entry should be first as some scripts
|
|
# (CSchangeRunUser.sh in particular) use sed scripting
|
|
# to modify it.
|
|
service gds_db
|
|
{
|
|
flags = REUSE
|
|
socket_type = stream
|
|
wait = no
|
|
user = root
|
|
# user = @FBRunUser@
|
|
log_on_success += USERID
|
|
log_on_failure += USERID
|
|
server = @prefix@/bin/fb_inet_server
|
|
# server = @sbindir@/gds_inet_server
|
|
# server = @exec_bindir@/gds_inet_server
|
|
disable = no
|
|
}
|