# Prerequisite
# Already installed firebirdsql on OS.
# to AutoStart
cp /opt/firebird/misc/firebird.init.d.mandrake /etc/init.d/firebird
chmod 755 /etc/init.d/firebird
then
add the following line in /etc/rc.d/rc.local file
/etc/init.d/firebird start
# Prerequisite
# Already installed firebirdsql on OS.
# to AutoStart
cp /opt/firebird/misc/firebird.init.d.mandrake /etc/init.d/firebird
chmod 755 /etc/init.d/firebird
then
add the following line in /etc/rc.d/rc.local file
/etc/init.d/firebird start