mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 10:03:03 +01:00
18 lines
355 B
Plaintext
18 lines
355 B
Plaintext
# default: on
|
|
# description: FirebirdSQL server
|
|
#
|
|
|
|
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
|
|
}
|