path: firebird4.0_4.0.6.3221.ds6-2/debian/firebird4.0-server.firebird4.0.init
case "${1:-}" in
    start)
    if pidof $FBGUARD > /dev/null; then
        log_success_msg "$NAME already running"
        RETVAL=0
