mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 19:23:03 +01:00
957b696b5c
Removed scripts to change firebird runuser to root and back to firebird Removed script changing SYSDBA password (nothing except gsec call left in it) Reorganize posix/linux install files minimizing OS-specific part of .tgz install scripts Related cleanup and bugfixing in posix install
21 lines
535 B
Plaintext
21 lines
535 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 @FB_SERVICE_NAME@
|
|
{
|
|
disable = no
|
|
flags = REUSE
|
|
socket_type = stream
|
|
wait = no
|
|
user = root
|
|
# These lines cause problems with Windows XP SP2 clients
|
|
# using default firewall configuration (SF#1065511)
|
|
# log_on_success += USERID
|
|
# log_on_failure += USERID
|
|
server = @FB_SBINDIR@/firebird
|
|
}
|