Subject Re: [firebird-support] Classic shut-down on Linux?
Author Sascha Dechert
Hi,

Am Donnerstag, den 31.03.2005, 23:42 +0000 schrieb dr_bentonquest:
> Hi there,
>
> I am new to Linux. I have installed FB Classic 1.5.2. Now how do I
> shutdown and re-start the FB service on Linux?

Open a console and type in the proper command from the following
(without the "):

"/etc/init.d/firebird stop"
"/etc/init.d/firebird start"
"/etc/init.d/firebird restart".

"/etc/init.d/firebird" is an start/stop script that starts/stops the
firebird server (daemon). Many programs which run as daemon on linux
have such a script.

HTH,

Sascha