mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Fixed SS startup scripts
This commit is contained in:
parent
8ee2b22263
commit
96d258b449
@ -82,8 +82,7 @@ case "$1" in
|
||||
shutdown)
|
||||
echo -n "Forcibly killing Firebird server..."
|
||||
killall fbguard
|
||||
killall fbserver
|
||||
killall fb_smp_server
|
||||
killall firebird
|
||||
echo "done."
|
||||
RETVAL=0
|
||||
;;
|
||||
|
@ -76,7 +76,7 @@ if [ ! -x $FBSBIN/fbguard ]; then
|
||||
fi
|
||||
|
||||
[ -x $FBSBIN/fbguard ] || exit 5
|
||||
[ -x $FBSBIN/fbserver ] || [ -x $FBSBIN/fb_smp_server ] || exit 5
|
||||
[ -x $FBSBIN/firebird ] || exit 5
|
||||
|
||||
# Shell functions sourced from /etc/rc.status:
|
||||
# rc_check check and set local and overall rc status
|
||||
|
Loading…
Reference in New Issue
Block a user