mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 20:43:03 +01:00
backported fix
This commit is contained in:
parent
ef5ef3d14e
commit
ce7b95e97c
@ -41,7 +41,7 @@ test "$START_FIREBIRD" = yes || exit 0
|
|||||||
|
|
||||||
FIREBIRD=@prefix@
|
FIREBIRD=@prefix@
|
||||||
FBRunUser=firebird
|
FBRunUser=firebird
|
||||||
pidfile=/var/run/firebird/`basename $0`.pid
|
pidfile=/var/run/firebird/firebird.pid
|
||||||
|
|
||||||
export FIREBIRD
|
export FIREBIRD
|
||||||
|
|
||||||
@ -87,7 +87,7 @@ case "$1" in
|
|||||||
|
|
||||||
# NOTE: startproc return 0, even if service is
|
# NOTE: startproc return 0, even if service is
|
||||||
# already running to match LSB spec.
|
# already running to match LSB spec.
|
||||||
startproc -u $FBRunUser $FIREBIRD/bin/fbmgr -pidfile $pidfile -start -forever
|
startproc -u $FBRunUser $FIREBIRD/bin/fbguard -pidfile $pidfile -forever
|
||||||
|
|
||||||
# Remember status and be verbose
|
# Remember status and be verbose
|
||||||
rc_status -v
|
rc_status -v
|
||||||
|
Loading…
Reference in New Issue
Block a user