mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-27 20:03:03 +01:00
19 lines
419 B
Plaintext
19 lines
419 B
Plaintext
# default: on
|
|
# description: FirebirdSQL server
|
|
#
|
|
# 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.
|
|
|
|
service gds_db
|
|
{
|
|
disable = no
|
|
flags = REUSE
|
|
socket_type = stream
|
|
wait = no
|
|
user = root
|
|
log_on_success += USERID
|
|
log_on_failure += USERID
|
|
server = @prefix@/bin/fb_inet_server
|
|
}
|