logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fbguard - start and restart firebid server

Commands

-forever
           Keep restarting the Firebird server forever. This is the default if no command is given.

       -onetime
           The opposite of -forever. Doesn't restart the Firebird server if it crashes.

Description

fbguard  is  the  Firebird  guardian. It starts Firebird super- or superclassic server and restarts it in
       case it crashes.

Name

       fbguard - start and restart firebid server

Options

-daemon
           Detach from the controlling terminal.

       -pidfilefilename
           Write the PID of thee started firebird server to the specified file.

       -signore
           Ignore startup errors. Combining this with -forever can lead to endless loop in case  there  is  some
           problem that prevents the Firebird server from starting.

Synopsis

fbguard -forever [option...]  (default)
       fbguard -onetime [option...]

See Also