Subject | Re: [firebird-support] How to stop the Firebird service on Linux |
---|---|
Author | Philippe Makowski |
Post date | 2006-08-24T19:03:10Z |
max_nivek wrote:
as root
chkconfig --level 345 firebird off
and to see the firebird status :
chkconfig --list firebird
> I'm somewhat embarrased to pose this question, but I am having sometry :
> difficulty. I am running Firebird 1.5 on RedHat Enterprise and do not
> know how to halt just the Firebird database engine. Currently to halt
> the engine, I am having to stop the xinetd service (Firebird is an
> xinetd based service), which is not desirable.
>
> So, how do I simply stop the database engine only, such that it is no
> longer accepting connections? Thank you.
>
as root
chkconfig --level 345 firebird off
and to see the firebird status :
chkconfig --list firebird